From 2572f5860911fe8eb0aaabf61a60d6167e4cbb88 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 6 Nov 2017 16:59:45 -0500 Subject: [PATCH 1/8] Add link to webpack-starter template in installation documentation --- docs/source/docs/installation.blade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/docs/installation.blade.md b/docs/source/docs/installation.blade.md index 159625243..bc5fea62d 100644 --- a/docs/source/docs/installation.blade.md +++ b/docs/source/docs/installation.blade.md @@ -116,6 +116,8 @@ module.exports = { } ``` +For a complete example, check out our [webpack-starter](https://github.com/tailwindcss/webpack-starter) template. + #### Gulp Add `tailwindcss` to the list of plugins you pass to [gulp-postcss](https://github.com/postcss/gulp-postcss), passing the path to your config file: From 3156c66f7926042ec674b1fa305b41900c40d311 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 6 Nov 2017 17:07:51 -0500 Subject: [PATCH 2/8] Alphabetize examples nav --- docs/source/_layouts/documentation.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_layouts/documentation.blade.php b/docs/source/_layouts/documentation.blade.php index a84a0a1ab..3c454a92d 100644 --- a/docs/source/_layouts/documentation.blade.php +++ b/docs/source/_layouts/documentation.blade.php @@ -158,8 +158,8 @@
  • Alerts
  • Buttons
  • Cards
  • -
  • Navigation
  • Forms
  • +
  • Navigation
  • From b3478112ac1f1d770d69f63e1ab8b28f9af66f5b Mon Sep 17 00:00:00 2001 From: anas bouzid Date: Tue, 7 Nov 2017 03:13:48 +0000 Subject: [PATCH 3/8] Make examples more accessible --- docs/source/docs/examples/alerts.blade.md | 14 +++++++------- docs/source/docs/examples/cards.blade.md | 6 +++--- docs/source/docs/examples/forms.blade.md | 6 +++--- docs/source/docs/examples/navigation.blade.md | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/source/docs/examples/alerts.blade.md b/docs/source/docs/examples/alerts.blade.md index 69b122bf2..8b8461e05 100644 --- a/docs/source/docs/examples/alerts.blade.md +++ b/docs/source/docs/examples/alerts.blade.md @@ -22,11 +22,11 @@ title: "Alerts" ### Traditional @component('_partials.code-sample', ['lang' => 'html']) -
    + @endcomponent @@ -34,7 +34,7 @@ title: "Alerts" ### Left Accent Border @component('_partials.code-sample', ['lang' => 'html']) -
    + @@ -43,7 +43,7 @@ title: "Alerts" ### Titled @component('_partials.code-sample', ['lang' => 'html']) -
    +
    Danger
    @@ -56,7 +56,7 @@ title: "Alerts" ### Solid @component('_partials.code-sample', ['lang' => 'html']) -
    +