You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See --strict-math. (And escaping as a workaround when --strict-math=on is not desired).
For a discussion on possible improvements see #1880.
As for "non-spec" declarations, in Less there's no difference between color, lost-column or fnord property names. It's totally property identifier agnostic (well, not counting some "to-be-removed" exceptions also mentioned in #1880).
We've had a few complaints from people using LESS that our PostCSS grid system isn't working when used with LESS.
It seems like LESS is tripping up when it gets to a property that is set as a fraction (e.g.
lost-column: 1/3;
).Is this anticipated behavior? Would it be possible for LESS to ignore entire non-spec CSS declarations (or at least their properties)?
The text was updated successfully, but these errors were encountered: