Redesign of dlang.org

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 22 16:08:44 PDT 2014


I wrote a css expander that has a little bit of SASS features.

Previously it was hidden in my html.d on my misc. github, but I 
just now made it a standalone program in a separate repo:

https://github.com/adamdruppe/cssexpand

Check out the demo input file
https://github.com/adamdruppe/cssexpand/blob/master/demo/test.css

and demo result file
https://github.com/adamdruppe/cssexpand/blob/master/demo_result.css

to get an idea of what it does.


More information about the Digitalmars-d mailing list