Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
forsartis authored Nov 9, 2021
1 parent 1103969 commit 3d7f667
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ module.exports = {
### Configure PurgeCSS
By default PurgeCSS will look for css selectors in your `.html` files inside the `./public` directory and `.vue` files inside the `./src` directory.
```javascript
purge: {
content: ['./public/**/*.html', './src/**/*.vue']
},
purge: ['./public/**/*.html', './src/**/*.vue'],
```
Check [https://tailwindcss.com/docs/optimizing-for-production](https://tailwindcss.com/docs/optimizing-for-production) for more info.

Expand Down

0 comments on commit 3d7f667

Please sign in to comment.