-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dependency] Add compatibility with Less 3.x #6447
Conversation
…matting Fixed some formatting
Any custom theme.config files will need to be updated to add the (multiple) option when including theme.less.
@jlukic This fix is blocking some SUIR doc updates I'd like to make. I've tested the fix here with Less 2.x and 3.x and all is well. |
Hi, is there a way to track when this support will be released? |
@JonRowe @maxmilton @stevewillard, I would suggest using a tool like http://greenkeeper.io to keep your dependencies up to date. You'll simply get a PR every time one of your dependencies is updated. |
@levithomason Github dependencies also lets me do this, but I was hoping for a way to see announcement of releases so I can go unpin the relevant version of less etc |
I'll be releasing it today in a patch. I just need to confirm no compatibility issues. |
Still broken with less 3.0.4 and 3.5.2 for me |
Closed Issues
Semantic-Org/Semantic-UI-LESS#30
Description
The two issues are related to commits in Less: less/less.js@9fd1ef5 and less/less.js@77fde7e. The first change causes variables to be undefined, the second change makes the
.loadFonts()
import the Google Fonts CSS incorrectly.Any custom theme.config files will need to be updated to add the (multiple) option when including theme.less.
Re-opened from Semantic-Org/Semantic-UI-LESS#44
CC @levithomason