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
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.
Seems the issue was due to the regexp(RE_AT_END) used in tokenize.js, this regexp is not contains ":" to split the property & value.
LESS
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.
Seems the issue was due to the regexp(RE_AT_END) used in tokenize.js, this regexp is not contains ":" to split the property & value.
raised this issue in below dependants
stylelint- stylelint/stylelint#5210
postcss-less -shellscape/postcss-less#155
The text was updated successfully, but these errors were encountered: