mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
Fix CSS purge path
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
9a6c4a1718
commit
86ca442fbe
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ module.exports = {
|
||||||
require('@tailwindcss/typography'),
|
require('@tailwindcss/typography'),
|
||||||
],
|
],
|
||||||
purge: [
|
purge: [
|
||||||
"../templates/**/*.hbs"
|
"../server/templates/**/*.hbs"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue