listen for css changes

This commit is contained in:
Adam 2024-01-19 18:25:32 -05:00
parent f489f70825
commit 7366f7ba62

View file

@ -49,7 +49,7 @@ site-root = "target/site"
site-pkg-dir = "pkg" site-pkg-dir = "pkg"
# [Optional] The source CSS file. If it ends with .sass or .scss then it will be compiled by dart-sass into CSS. The CSS is optimized by Lightning CSS before being written to <site-root>/<site-pkg>/app.css # [Optional] The source CSS file. If it ends with .sass or .scss then it will be compiled by dart-sass into CSS. The CSS is optimized by Lightning CSS before being written to <site-root>/<site-pkg>/app.css
# style-file = "style/main.scss" style-file = "style/tailwind.css"
# The tailwind input file. # The tailwind input file.
# #