-
-
Notifications
You must be signed in to change notification settings - Fork 39
Bogus CssSyntaxErrors in 1.1.4 #99
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
Comments
shellscape/postcss-less#99 Bug: T190248 Change-Id: Ic16888f5b5938542f144448a16108dc13f7f6c5f
We also have an issue with 1.1.14 (via stylelint). It shows an error on the line with
|
@yesmeck @YuliaTsareva and anyone else visiting this repo. DO NOT post "me too" replies. Use the reaction button on the original post. I will delete any further "me too" replies on this issue. |
@HauptmannEck @catearcher looks like #97 broke some things for people. I'm going to have to revert that change until you all can find a fix. |
@HauptmannEck @catearcher my mistake, it was #98 that introduced the problem. @davidyorr I have reverted #98 and added sanity tests to the test suite. Using the first file that the OP provided, I can reproduce the error he's seeing, with your changes merged. I've left your tests in place, but commented out. You'll have to try another approach to resolving #92. @Nikerabbit I'll be publishing a fix to NPM within the hour. |
Thanks! ⭐ |
🎉 |
LESS
https://github.com/wikimedia/mediawiki-extensions-ContentTranslation/blob/0cacd98f21a0d378032a246189404e9e13680bc6/modules/dashboard/styles/ext.cx.dashboard.less
https://github.com/wikimedia/mediawiki-extensions-ContentTranslation/blob/0cacd98f21a0d378032a246189404e9e13680bc6/modules/ui/styles/mw.cx.ui.Columns.less
Errors
Expected Behavior
No error or valid error. mw.cx.ui.Columns.less doesn't even have
}
anywhere near line 8. It is not clear to me what is special in these two files to cause such errors.Actual Behavior
Error that does not seem to make any sense.
How can we reproduce the behavior?
Using version 1.1.4. Downgrading to 1.1.3 error does not happen.
If you now edit
package.json
to force version 1.1.3 and install again, tests will pass.Do note that you might encounter wikimedia/grunt-stylelint#49 – but you can still see that it is failing or passing.
The text was updated successfully, but these errors were encountered: