Tell tailwind to purge from the src folder (#1797)
This commit is contained in:
parent
65d17857ce
commit
2da90d24d0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: 'jit',
|
mode: 'jit',
|
||||||
purge: ['**/*.{astro,html,js,jsx,svelte,ts,tsx,vue}'],
|
purge: ['./src/**/*.{astro,html,js,jsx,svelte,ts,tsx,vue}'],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue