Re: Modernize asciidoctor.css
Posted by
cristatus on
URL: https://discuss.asciidoctor.org/Modernize-asciidoctor-css-tp7890p8012.html
Hi edsa,
The .scss files are
sass source files and need to be converted to .css using a sass compiler. This project is using
node-sass for that purpose.
The project is still initial work and not ready for all the use cases. The initial goal is to create a customizable stylesheet suitable for html5 backend. I will publish npm package and include generate css files in the repos when it's ready.
However, I am working on it only during my free time during weekends so not sure when I can finish.
Thanks