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

**To reproduce:** 1. Create a new project folder. 2. Run `npm init -y`. 3. Install `less` and `swiper`. 4. Create a `main.less` file in the root/src folder. 5. Create a...

bug

**Hello!** We create a project with its own npm packages one of which is core (common package). I want to import bootstrap styles (from node_modules) into the core, but I'm...

bug

**What**: Accessibility and Usability improvements. **Why**: As for the link, I expected it to link to `https://lesscss.org/`. However, it was linked to an image so I removed the link. ref....

Hi, I have noticed a inconsistency between the documentation and the functioning of less. In the documentation, adding !important to the mixin should result in the !important being added to...

Add a predefined variable with the version number in some form as its predefined value Currently when using less with an external tool - there is absolutely no way to...

feature request
low priority
up-for-grabs

Hi guys, I just notice the build for a somehow complex less file was taking **about 4s**. I did some debug and found that the imports are parsed several times....

bug

Edit: There's 2 easily reproducible problems with globalVars and imports, but it reveals a much bigger issue with the local storage cache. Using the following: https://gist.github.com/andrewwakeling/7748745 1. Ensure your local...

browser
bug
medium priority

**What**:Adding attribute selector with variable concatenation feature **Why**:I use less.js to compile file , but I find that it can not handle the variable concatennation in attribute selector. This is...

fixes https://github.com/less/less.js/issues/3806 **What**: Bump make-dir to v4 **Why**: There is a security vulnerability in make-dir v2: ``` $ npm ls semver [email protected] project └─┬ [email protected] └── [email protected] ``` Which is...

**To reproduce:** https://lesscss.org/less-preview/#eyJjb2RlIjoiLm1haW57ICBcbiAgQGxheWVye1xuICAgICY6OmJlZm9yZXtcbiAgICAgIGNvbG9yOiNmMDA7XG4gICAgfVxuICB9XG4gIEBtZWRpYSBzY3JlZW57XG4gICAgJjo6YmVmb3Jle1xuICAgICAgY29sb3I6IzBmMDtcbiAgICB9XG4gIH1cbiAgQGNvbnRhaW5lciAod2lkdGg+NDAwcHgpe1xuICAgICY6OmJlZm9yZXtcbiAgICAgIGNvbG9yOiMwMGY7XG4gICAgfVxuICB9XG59IiwiYWN0aXZlVmVyc2lvbiI6IjQuMi4wIiwibWF0aCI6InBhcmVucy1kaXZpc2lvbiIsInN0cmljdFVuaXRzIjpmYWxzZX0= ```less .main{ @layer{ &::before{ color:#f00; } } } ``` **Current behavior:** Nesting selector `&` lost in `@layer`. But other @ rules works well, such as `@media`, `@container`...

bug