mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Fix path to templates that's used when minifying tailwind CSS
This commit is contained in:
parent
f33d30cb9d
commit
c2b44537aa
1 changed files with 9 additions and 9 deletions
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
black: colors.black,
|
||||
white: colors.white,
|
||||
gray: colors.trueGray,
|
||||
},
|
||||
},
|
||||
extend: {},
|
||||
},
|
||||
|
||||
|
@ -40,7 +40,7 @@ module.exports = {
|
|||
},
|
||||
darkMode: false,
|
||||
purge: [
|
||||
"../server/templates/**/*.hbs",
|
||||
"../server/templates/*.hbs"
|
||||
"../crates/server/templates/**/*.hbs",
|
||||
"../crates/server/templates/*.hbs"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue