Skip to content

Commit

Permalink
Add autoprefixer to PostCSS installation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Nov 1, 2017
1 parent 3ffe2a5 commit 9c0d18a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/docs/installation.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = {
plugins: [
// ...
tailwindcss('./path/to/your/tailwind-config.js'),
require('autoprefixer'),
// ...
]
}
Expand All @@ -113,6 +114,7 @@ gulp.task('css', function () {
.pipe(postcss([
// ...
tailwindcss('./path/to/your/tailwind-config.js'),
require('autoprefixer'),
// ...
]))
// ...
Expand Down

0 comments on commit 9c0d18a

Please sign in to comment.