add svelte extension to purge list (#529)
This commit is contained in:
parent
a89a52b1cd
commit
d6dfff6000
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ And also create a `tailwind.config.js` in your project root:
|
|||
// tailwind.config.js
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
purge: ['./public/**/*.html', './src/**/*.{astro,js,jsx,ts,tsx,vue}'],
|
||||
purge: ['./public/**/*.html', './src/**/*.{astro,js,jsx,ts,tsx,vue,svelte}'],
|
||||
// more options here
|
||||
};
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue