-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
- Node Version:12.16.1
- NPM Version:6.13.4
- postcss Version:7.0.35
- postcss-less Version:3.1.4
Raised an issue in stylelint stylelint/stylelint#5210
LESS
@border-top:none !important;while parsing the above code, getting property as "@borde-top:none" instead of "@border-top" . if there is no space between ":" and property, value getting incorrect results.
Errors
Expected Behavior
while parsing the property should be "@borde-top".
Actual Behavior
while parsing the property is "@borde-top:none".
How can we reproduce the behavior?
Parse the given sample code.
Metadata
Metadata
Assignees
Labels
No labels