mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
fix: build theme script
This commit is contained in:
parent
b5fed6c364
commit
a94685f082
229 changed files with 289599 additions and 286369 deletions
|
@ -131,7 +131,7 @@ themeColors.forEach((themeColor, colorIndex) => {
|
|||
);
|
||||
|
||||
// Write the file
|
||||
fs.writeFileSync(path.join(cssFoldername, `${version.name}.${themeColor}.min.css`), result.css);
|
||||
fs.writeFileSync(path.join(cssFoldername, `${version.name}.${themeColor}.css`), result.css);
|
||||
|
||||
// Clear the console
|
||||
process.stdout.clearLine();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue