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

Remove declaration for single selector #3

Open
ol0lll opened this issue Nov 16, 2017 · 2 comments
Open

Remove declaration for single selector #3

ol0lll opened this issue Nov 16, 2017 · 2 comments

Comments

@ol0lll
Copy link
Member

ol0lll commented Nov 16, 2017

If there are multiple selectors in one rule and a declaration should be removed for one of them, the rule has to be copied.
a, .link { color: red; }
should result in:
.link { color: red; }

Notation:
remove { a { color } }

@ol0lll ol0lll closed this as completed Nov 27, 2017
@ol0lll
Copy link
Member Author

ol0lll commented Nov 27, 2017

implemented by creating a new rule for specified selector and removing declarations only there.

@tjwelde
Copy link
Contributor

tjwelde commented Nov 28, 2017

This was removed and might be introduced again: See #1

@tjwelde tjwelde reopened this Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants