c3ioc-hugo/static/css
Geno 98c53b0b14 add header image + improve css build README 2021-04-18 14:51:34 +02:00
..
partials init by example.zip from c3ioc.de/about.html 2021-04-18 14:07:23 +02:00
README.md add header image + improve css build README 2021-04-18 14:51:34 +02:00
style.css add header image + improve css build README 2021-04-18 14:51:34 +02:00
style.css.map add header image + improve css build README 2021-04-18 14:51:34 +02:00
style.scss add header image + improve css build README 2021-04-18 14:51:34 +02:00

README.md

How to edit styles

Do not edit css files directly. Always make your changes in the scss files and then compile them to css.

Requirement

  • dart-sass

Compiling

sass style.scss:style.css