Preprocessing CSS

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Tue May 24 12:54:44 PDT 2016


On 23-May-2016 23:03, Andrei Alexandrescu wrote:
> 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

Designers have no idea what DDoc is and frankly better off never 
learning it. Also using DDoc for CSS is stretching the tool's purpose.

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list