Open eevee opened 11 years ago
I call it strict mode, but it should really be the default, and should only be turned off for backwards compatibility.
Some things that should be errors:
@include
Note that some particularly egregious constructs like IE's expression still need to make it through unscathed.
expression
Some things that are hard to make strict, but may be opt-in warnings or linters:
-
_
I call it strict mode, but it should really be the default, and should only be turned off for backwards compatibility.
Some things that should be errors:
@include
with an unrecognized mixin nameNote that some particularly egregious constructs like IE's
expression
still need to make it through unscathed.Some things that are hard to make strict, but may be opt-in warnings or linters:
-
/_
equivalence