Skip to content

Commit 3d7f667

Browse files
authored
Update README.md
1 parent 1103969 commit 3d7f667

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ module.exports = {
4141
### Configure PurgeCSS
4242
By default PurgeCSS will look for css selectors in your `.html` files inside the `./public` directory and `.vue` files inside the `./src` directory.
4343
```javascript
44-
purge: {
45-
content: ['./public/**/*.html', './src/**/*.vue']
46-
},
44+
purge: ['./public/**/*.html', './src/**/*.vue'],
4745
```
4846
Check [https://tailwindcss.com/docs/optimizing-for-production](https://tailwindcss.com/docs/optimizing-for-production) for more info.
4947

0 commit comments

Comments
 (0)