fix: rename css file to force update cache, fixes #141
This commit is contained in:
parent
fa5446c446
commit
47139a550b
5 changed files with 43 additions and 24 deletions
|
|
@ -9,7 +9,7 @@ export const generateTailwind = async () => {
|
|||
|
||||
return postcss([tw(config)]).process(sourceText, {
|
||||
from: "./src/main.css",
|
||||
to: "./public/style.css",
|
||||
to: "./public/generated.css",
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue