-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
- Node Version: v6.10.3
- NPM Version: v5.5.1
- postcss-less Version: v1.1.3
LESS
.a,
.b[type=text] {
color: blue;
}JavaScript
let postCssLess = require('./dist/less-syntax');
const less = `
.a,
.b[type=text] {
color: blue;
}
`;
const root = postCssLess.parse(less);
console.log(root);Expected Behavior
No params set to match other postcss outputs.
Actual Behavior
Bracket selector is considered a params value.
How can we reproduce the behavior?
Use above JS file at project root.
This issue was found when using stylelint.
Metadata
Metadata
Assignees
Labels
No labels