Skip to content

Commit

Permalink
Updates README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed May 25, 2019
1 parent 78e0076 commit 8d057a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ This extension provides instant Tailwind CSS support to your Mix (v2.1 and up) b
First, install the extension.

```bash
npm install laravel-mix-tailwind-css --save-dev
npm install mix-tailwindcss --save-dev
```

Then, require it within your `webpack.mix.js` file, like so:

```js
const mix = require('laravel-mix');

require('laravel-mix-tailwind-css');
require('mix-tailwindcss');

mix
.js('resources/js/app.js', 'public/js')
Expand Down

0 comments on commit 8d057a2

Please sign in to comment.