Fix style

This commit is contained in:
Stefan 2024-11-04 00:56:26 +00:00
parent 4b0248073a
commit 4586581976

View file

@ -15,7 +15,8 @@ secrets:
tasks:
- build: |
cd $repo
sass --no-source-map style:_site/style
mkdir _site
sass style/style.scss _site/style/style.css
lightningcss --minify --targets '> 0.25%, not IE 11' _site/style/*.css -o _site/style/*.css
npx @11ty/eleventy
html-minifier --input-dir _site --output-dir _site --collapse-whitespace --file-ext html