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

Expand CSS selector shorthands #24

Closed
patrick-steele-idem opened this issue Jan 30, 2016 · 1 comment
Closed

Expand CSS selector shorthands #24

patrick-steele-idem opened this issue Jan 30, 2016 · 1 comment
Assignees

Comments

@patrick-steele-idem
Copy link
Contributor

  • #foo<div id="foo">
  • #foo.bar<div id="foo" class="bar">
  • .bar<div class="bar">
@patrick-steele-idem patrick-steele-idem self-assigned this Jan 31, 2016
@patrick-steele-idem
Copy link
Contributor Author

I believe it is best of the parser doesn't expand the CSS selector shorthands when it can just as easily be done by the user of this parser.

For Marko: marko-js/marko#220

@patrick-steele-idem patrick-steele-idem changed the title Expand CSS selector shorthands in concise mode Expand CSS selector shorthands Feb 17, 2016
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

1 participant