Add svelte file extension to tailwind puge configuration. (#964)
Self explanatory.
This commit is contained in:
parent
7c74496149
commit
81d6960a16
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,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,svelte,ts,tsx,vue}'],
|
||||||
// more options here
|
// more options here
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue