mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
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
|
// tailwind.config.js
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: 'jit',
|
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
|
// more options here
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue