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:** With strict units enabled, perform a `calc`-like expression inside a `min` or `max` function and use a CSS variable. E.g. ```less prop : min(100% - var(--some-var), 10px); ```...

bug
good first issue

[Added Abstraction that outputs min and max func #3777 **Checklist**: - [ ] Documentation - [ ] Added/updated unit tests - [ ] Code complete

**To reproduce:** The code structure is like this: - node_modules - [email protected] - lessPkg2 - node_modules - [email protected] my project depends on [email protected] and lessPkg2 lessPkg2 depends on [email protected] When...

bug

I saw this and though, nobody is using phantomjs. it's a headless browser that no real user is using. it was based on webkit and the development have been discontinued....

up-for-grabs
good first issue

@theme-color-value: { @light: { @page-name: { color: #df3232; } @modal-name: { color: #7ac13c; } } // 对应某个主题 @dark: { // 对应某个模块的颜色 @page-name: { color: #166ad0; } @modal-name: { color: #a51575;...

bug

https://lesscss.org/less-preview/#eyJjb2RlIjoiOm5vdCg6aGFzKGRpdiksIGRpdiwgaCkge1xuICAgIGJhY2tncm91bmQ6IHJlZDtcbiAgICB3aWR0aDogMTAwcHg7XG4gICAgaGVpZ2h0OiAxMDBweDtcbn0iLCJhY3RpdmVWZXJzaW9uIjoiNC4xLjMifQ==

bug

Any comments / opposition to dropping IE8 support? Also, any reason to keep support for Node 0.12? Seems like Node 4+ is a suitable target now?

feature request
medium priority
good first issue

I just came across this article which is relevant to Less w/ data-uri encoding: https://codepen.io/tigt/post/optimizing-svgs-in-data-uris Basically, there was a discussion in the past about base64 vs. URL encoding for SVGs....

low priority
up-for-grabs
good first issue

**What**: Fix #3772 **Why**: **Checklist**: - [x] Documentation - [x] Added/updated unit tests - [x] Code complete

I want to add the translation which is Urdu for the urdu speaking audience.