-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Error when using css variables without semi. #3373
Comments
Confirmed. |
This likely won't be addressed until Less 4. |
Still not good? |
Hello, The issue is still happening in version As @HQ-Lin commented, it happens when you have a variable without semi colon at the end of the block. This can be fixed by adding the semi colon if you are the owner of the code, but in case of a third-party library it is not viable. I am using |
Hey,I found it will parse error when I import a css like this:
import './test.css'
the error detail is:
I know it's not a good idea to leave CSS without a semicolon at the end,but it is normal in the [email protected] version,so it kind of confused me.
The text was updated successfully, but these errors were encountered: