-
Notifications
You must be signed in to change notification settings - Fork 119
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
Make LESS 3.x compatible #30
Comments
Any update on this? Less-Loader has been recently updated to support Less 3.0, so I'd assume any updates here should now be compatible with 3.0 as well. |
Same problem in less 3.0.1 |
Have to roll back to less '2.7.3' to make it work. |
… issue with Semantic-UI. See Semantic-Org/Semantic-UI-LESS#30
Trying to run npm install semantic-ui -s on my angular cli project and got this:
|
Sorry for the silly question, but, how can I roll back my less version? |
|
Sorry, other silly question... If i run:
Now, But If after that, I go inside the Angular project, and try
The only way to make it work is running
And now, I can start a semantic project by Is there any way to reinstall [email protected] globally? |
Does anyone feel that the four vulnerabilities found by |
@josuevalrob I'm pretty sure that what you'd need to do is just |
I had the same problem as everyone, the solution I found was to install cjs and accord, then install semantic-ui and this time if it was allowed to install correctly |
I've opened a PR that fixes these issues: #44 Any |
Great, @sciyoshi! Just to make it darned clear to anyone:
|
Time to close this now, @kohlikohl? |
Guys, I am not sure but I am still getting an error my less version is apparently 3.x+ 😄
|
Remembered to change the import, @Serhansolo ? |
Looks like less 3.5.x has some breaking changes. 3.0.x works after this merge, but not 3.5.x See error output below with Semantic-UI-Less 2.3.3 and less 3.5.3:
|
2.3.3 is also still broken on less 3.0.4 for me |
@JonRowe did you add |
Ah my bad, totally didn't, yep 3.0.4 works, just 3.5 and 3.6 don't now. |
@Vages, sorry for the delayed reply. I just solved the isseu by downgrading my less for the project to 2.7.3 😏 |
compatibility new less; filename : label.variables 133.line //@ribbonOffset: 143.line 150.line filename:segment.variables 91.line filename:step.variables 98.line //@attachedWidth: filename:menu.variables 433.line //@attachedWidth: |
This will be fixed in patch today with Semantic-Org/Semantic-UI#6512 |
Tried to run this with the latest LESS 3.x (3.0.0-alpha.3) release and got following error:
Not yet sure why though.
Everything works fine with version
2.7.2
.The text was updated successfully, but these errors were encountered: