This commit is contained in:
Sainnhe Park
2022-10-31 12:13:06 +08:00
parent d281a3c299
commit a0acda9f38
4 changed files with 38 additions and 0 deletions

View File

@@ -8,3 +8,7 @@ for theme in edge gruvbox gruvbox-material everforest; do
lessc -x "src/${theme}-${variant}.less" > "dist/theme-${theme}-${variant}.css"
done
done
for theme in nord; do
lessc -x "src/${theme}.less" > "dist/theme-${theme}.css"
done