Preprocessing CSS
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Tue May 24 14:09:10 PDT 2016
On Tuesday, 24 May 2016 at 21:02:48 UTC, Andrei Alexandrescu
wrote:
> One question is what's the audience for our css files - D
> engineers with some Web knowledge, or Web engineers with some
> or no D knowledge?
CSS isn't really *that* hard to use straight up. I wrote one of
those fancy css nesters/macro expanders/calculator programs
<http://code.dlang.org/packages/cssexpand> but I don't use it
that much because complicating the build at all isn't really
worth it 95% of the time.
The dlang website isn't particularly complicated either. I say
let's just keep the code simple.
More information about the Digitalmars-d
mailing list