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
If you have a large amount of code to share which demonstrates the problem you're experiencing, please provide a link to your
repository rather than pasting code. Otherwise, please paste relevant short snippets below.
This one is tricky. With the work being done in #113, this will be parsed as a regular AtRule with the name property being var: - note the trailing colon. Differentiating between a regular at-rule and a map is going to be tricky, and I'm not sure we have to do that. Going to close for now. If it gets to be a pain on your end, let's revisit after v3.0.0 is out.
Originally filed at lesshint/lesshint#492
10.10.0
6.4.1
2.0.0
If you have a large amount of code to share which demonstrates the problem you're experiencing, please provide a link to your
repository rather than pasting code. Otherwise, please paste relevant short snippets below.
LESS
This is apparently a new feature just released a few months ago (http://lesscss.org/features/#maps-feature).
JavaScript
Expected Behavior
To be parsed and returned as a
Declaration
node, like other variable assignments (e.g@var: blue
).Actual Behavior
It's parsed and returned as a
Rule
node.How can we reproduce the behavior?
Run the provided JS example.
The text was updated successfully, but these errors were encountered: