mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 07:02:27 +03:00
Fix CSS purge path
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
9a6c4a1718
commit
86ca442fbe
@ -39,6 +39,6 @@ module.exports = {
|
|||||||
require('@tailwindcss/typography'),
|
require('@tailwindcss/typography'),
|
||||||
],
|
],
|
||||||
purge: [
|
purge: [
|
||||||
"../templates/**/*.hbs"
|
"../server/templates/**/*.hbs"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user