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

selector::pseudo-element is compiled into selector:pseudo-element (removes one ":") #31

Closed
carlosrovira opened this issue Mar 22, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@carlosrovira
Copy link
Contributor

Hi

I have

.slider::-webkit-slider-thumb {...}

and this is compiled into

.slider:-webkit-slider-thumb {...}

what means that the rules has no effect

This is another blocking error for the theme feature that needs to be solved

Thanks

@aharui aharui self-assigned this Mar 23, 2018
@aharui aharui closed this as completed in f251ddd Mar 23, 2018
@carlosrovira
Copy link
Contributor Author

Thanks Alex, this is working now

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

No branches or pull requests

2 participants