Preprocessing CSS

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Mon May 23 13:03:57 PDT 2016


On 05/23/2016 02:15 PM, Dmitry Olshansky wrote:
> On 23-May-2016 19:04, Andrei Alexandrescu wrote:
>> Found this on reddit:
>> http://blog.00null.net/post/144763147991/using-gnu-m4-as-a-css-pre-processor.
>>
>> I found it interesting because I found it useful to preprocess our
>> style.css on dlang.org with ddoc. Somehow that got lost a while ago. How
>> can I find the rename style.css -> style.css.dd and then back on github?
>> Thx! -- Andrei
>
> Or just use SASS or LESS or any popular tool designed for CSS, no?

I looked into those and they seemed to add additional dependencies for 
little else than what could be done with ddoc immediately. -- Andrei


More information about the Digitalmars-d mailing list