Skip to content
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

Invalid css is generated when children selectors are present #246

Closed
codereverser opened this issue Oct 20, 2015 · 2 comments
Closed

Invalid css is generated when children selectors are present #246

codereverser opened this issue Oct 20, 2015 · 2 comments

Comments

@codereverser
Copy link

In v1.4.0 , the css to select all descendants of an element, say for example

div.dropdown * {
   color: #ff0000;
}

gets converted to an invalid css

div.dropdown*{color:red}

instead of

div.dropdown *{color:red}

whereas v1.3.12 converts it just fine.

@lahmatiy
Copy link
Member

Thank you for your feedback.
I think I know what the problem is.

@lahmatiy
Copy link
Member

v1.4.1 is out with fix for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants