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

CSS selectors can start with "::" and compiler adds "." #40

Closed
carlosrovira opened this issue Apr 9, 2018 · 0 comments
Closed

CSS selectors can start with "::" and compiler adds "." #40

carlosrovira opened this issue Apr 9, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@carlosrovira
Copy link
Contributor

For example this (to remove inner specific firefox focus)

::-moz-focus-inner {
        border: 0;
}

is converted to

.::-moz-focus-inner {
        border: 0;
}
@carlosrovira carlosrovira self-assigned this Apr 9, 2018
@carlosrovira carlosrovira added this to the v0.9.3 milestone Apr 9, 2018
carlosrovira added a commit that referenced this issue Apr 9, 2018
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

1 participant