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

custom property resolver tripping over some selectors? #1938

Closed
sjmiles opened this issue Jun 22, 2015 · 1 comment
Closed

custom property resolver tripping over some selectors? #1938

sjmiles opened this issue Jun 22, 2015 · 1 comment
Assignees
Labels

Comments

@sjmiles
Copy link
Contributor

sjmiles commented Jun 22, 2015

Given a story-card element, local styles like:

 `#story-card .story-content {`

are confusing some part of the style engine.

http://jsbin.com/zozute/edit?html,output

Looks like using an id with the same text as the element tag is confusing a regex somewhere.

sorvell pushed a commit that referenced this issue Jun 24, 2015
… properties

Fixes #1874, #1761: maintain static declarations within declarations that contain custom properties
Fixes #1927: make custom property parser able to see property endings of ; or \n or end token.
@sorvell
Copy link
Contributor

sorvell commented Jun 25, 2015

Fixed via #1948

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

3 participants