-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Cycle not automatically being set to denominator #229
Comments
Can you provide the generated CSS with that bare bones example (just for the broken one)? |
|
I just noticed the |
@digitalmaster What pre-processor are you using? It looks like your pre-processor might be doing the division of |
As noted in issue #229 there can be an issue where Less does the division of lost-column: 1/2 into lost-column: 0.5 which causes problems especially with cycle. This adds a note to escape the division with a ~”1/2”.
Yup.. Makes sense. That did it. Thanks |
@digitalmaster Thanks for bringing it up! I don't use Less as much as I used to these days so it's great to hear from users. 👍 |
I think LESS might introduce a |
I have this weird issue where the cycle isn't being set automatically.
Without manually setting cycle:
lost-column: 1/2;
Manually setting cycle:
FYI: I'm using webpack with postcss (^6.6.3).
The text was updated successfully, but these errors were encountered: