Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Commit 00ef1da

Browse files
authored
Remove unnecessary instructions
1 parent a76906d commit 00ef1da

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

examples/laravel-postcss-only/README.md

-11
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ mix.js('resources/js/app.js', 'public/js')
2424
]);
2525
```
2626

27-
Then add it to your PostCSS config (use a separate `postcss.config.js` file):
28-
29-
```js
30-
module.exports = {
31-
plugins: [
32-
require('tailwindcss'),
33-
require('autoprefixer'),
34-
]
35-
}
36-
```
37-
3827
Finally, import that CSS file in your Blade templates/layout:
3928

4029
```html

0 commit comments

Comments
 (0)