Skip to content

Loading…

custom property resolver tripping over some selectors? #1938

Closed
sjmiles opened this Issue · 1 comment

3 participants

@sjmiles
Owner

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 sorvell was assigned by sjmiles
@kevinpschaaf kevinpschaaf added the p1 label
@sorvell sorvell referenced this issue from a commit
@sorvell sorvell Fixes #1938: make host selector not tripped up by id, attr, or pseudo…
… 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.
ab8c285
@sorvell
Owner

Fixed via #1948

@sorvell sorvell closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.