We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1103969 commit 3d7f667Copy full SHA for 3d7f667
README.md
@@ -41,9 +41,7 @@ module.exports = {
41
### Configure PurgeCSS
42
By default PurgeCSS will look for css selectors in your `.html` files inside the `./public` directory and `.vue` files inside the `./src` directory.
43
```javascript
44
-purge: {
45
- content: ['./public/**/*.html', './src/**/*.vue']
46
-},
+purge: ['./public/**/*.html', './src/**/*.vue'],
47
```
48
Check [https://tailwindcss.com/docs/optimizing-for-production](https://tailwindcss.com/docs/optimizing-for-production) for more info.
49
0 commit comments