less.js icon indicating copy to clipboard operation
less.js copied to clipboard

Less. The dynamic stylesheet language.

Results 187 less.js issues
Sort by recently updated
recently updated
newest added

**What:** Hello I'm a student and I would like to participate I propose to add a filter() method for lists **Example code:** ![2](https://user-images.githubusercontent.com/47215234/160219676-4d219ecb-1d35-4d5d-acdd-53a03f910f1e.png) **Why:** it's useful to sort and select...

feature request
low priority

We run a platform which allows users to add LESS to a page. We've recently had a pentest which highlighted the ability to exploit the use of `@plugin` and `@import`...

feature request
high priority

**To reproduce:** ```less .test { --test-var2: 0.4 } ``` **Current behavior:** error ```Unrecognised input. Possibly missing opening '{'``` **Expected behavior:** compiler success **Environment information:** - `less` version: 4.1.2 - `nodejs`...

bug

**To reproduce:** ```less @media (max-width: 500px) { @media screen { body { background-color: red; } } } ``` **Current behavior:** Produces invalid css with `and screen` at the end of...

bug

Hey,I found it will parse error when I import a css like this: `import './test.css'` ```css // test.css .test { --animate-margin-top: -30px; --animate-transform-vertical: top } ``` the error detail is:...

bug
low priority

There are no problems when modifying other files in the project, only memory leaks when modifying less files. Modifying less to the latest version does not solve the problem

needs info

This came up for fixes to `svg-gradient()` (https://github.com/less/less.js/pull/3261). There are no automated visual regression tests, so it might be good to do so for functions that create visual assets. See:...

low priority
up-for-grabs
good first issue

I have a piece of code that comes down to the following: ```less @blue: #007bff; // @primary: @blue; // Breaks if this line is uncommented .unlock(@colors, @rules) { @rules(); }...

needs info
question

Hi, I am trying to use Less in my angular 13 project, but the less.modifyVars does not seem to update the variables as defined in the less files? I get...

question

I have a CSS code in Polymer3 component: `paper-textarea { --iron-autogrow-textarea: { @apply --app-font-monospace; }; }` When LESS compiles it, this block gets an error `paper-textarea { --iron-autogrow-textarea: { ^...

bug
feature request
up-for-grabs
good first issue