postcss-less icon indicating copy to clipboard operation
postcss-less copied to clipboard

PostCSS Syntax for parsing LESS

Results 11 postcss-less issues
Sort by recently updated
recently updated
newest added

With [vscode-stylelint](https://github.com/stylelint/vscode-stylelint), throw errors when typing, similar with [relative issue](https://github.com/stylelint/vscode-stylelint/issues/378). * Node Version: v16.15.1 * NPM Version: 8.11.0 * postcss Version: 8.4.14 * postcss-less Version: 6.0.0 If you have a...

c³ ⋅ PR welcome

Causing some downstream errors in stylelint: https://github.com/stylelint/stylelint/issues/4049 . I observed these errors in my repo when trying to update stylelint from 9.6.0 to 12.0.1 . * Node Version: 13.5.0 *...

c³ ⋅ PR welcome

* 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 https://github.com/stylelint/stylelint/issues/5210 ### LESS ```less @border-top:none !important; ``` while parsing the above code, getting...

I originally reported this problem in stylelint (https://github.com/stylelint/stylelint/issues/5438), but eventually determined it was caused by `postcss-less`. * Node Version: 14.17.0 * NPM Version: 6.14.13 * postcss Version: 8.3.5 * postcss-less...

Less allows (or gracefully handles) spaces in merge declarations, like `filter +_: blur(2px);` but throws an exception in postcss. This happens inside after tokenization inside `decl` so it looks like...

c³ ⋅ PR welcome

* Node Version: v8.11.3 * NPM Version: 6.10.0 * postcss Version: 7.0.26 * postcss-less Version: 3.1.4 ### LESS ```less .foo(@i : 1 ) when (@i ``` { CssSyntaxError:

c³ ⋅ PR welcome
t¹ 🐞 bug

``` v10.15.3 6.4.1 [email protected] [email protected] [email protected] ``` ### Errors ```shell Running "stylelint:dist" (stylelint) task 51:2 × Unknown word CssSyntaxError ``` ### Expected Behavior No errors to be thrown ### How...

c³ ⋅ PR welcome
t¹ 🐞 bug
s² 🔥🔥 important

> This issue isn't about any errors, thus am not including the issue template details. Can we add `lib/LessParser.js` and other internal modules to `package.json` -> `exports` property. This will...

**Which issue #** if any, does this resolve? Please check one: - [ ] New tests created for this change - [ ] Tests updated for this change This PR:...

As of Less 3.0, functions can return any kind of Node type, and can be called at any level. but postcss-less not support. [plugin-atrules-feature](https://lesscss.org/features/#plugin-atrules-feature) * Node Version: v16.14.0 * NPM...

c³ ⋅ PR welcome