Closed
Description
I'm using Myth with Less.js and would prefer to use the CSS spec of color()
and not Less.js'. I'd also prefer not to muck up my code with "tilde quotes":
color: ~"color( var(--header-color) blend(var(--header-color-dark) 50%) )";
I see this as being similar to the strictMath
option.
Essentially, I'd like to use Less.js mainly for its nesting ability only.
Edit:
Actually, I need data-uri()
, so disabling options is not a great idea. New idea in following comment.