-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Doesn't walk incomplete declaration #9
Comments
Yeap, because If you have an idea how to detect it, feel free to send PR. |
What about an option to |
Hm. We can do it without adding a new type (since it could brake many plugins). We can generate nodes as now, but set You will be able to find it by walking through But you will need to send PR for it. |
@ai where would I start to implement this? would I have to completely reimplement |
We should try to change only |
.container { @media (max-width: rem(800px)) { |
It ignores
font-size
(with or without :, no difference). Mainly I'm using this for autocomplete.My code is here: https://github.com/subsetcss/parser/blob/master/src/index.ts#L42
walked declarations go from
padding
toflex-direction
.The text was updated successfully, but these errors were encountered: