You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shim will create the selector span::before:not([style-scope]):not(.style-scope), but the browser is expecting span:not([style-scope]):not(.style-scope)::before
The text was updated successfully, but these errors were encountered:
blasten
changed the title
::before / ::after psudo selectors in a custom-style
[1] ::before / ::after psudo selectors in a custom-style
May 29, 2015
blasten
changed the title
[1] ::before / ::after psudo selectors in a custom-style
[1.0] ::before / ::after psudo selectors in a custom-style
May 29, 2015
I wrote a quick and dirty work-a-round-hack to fix this till it's implemented properly.
See 8f26767
Will see if it holds... This is really annoying if you work with some icon font like font awesome.
I came across with this issue while using
::before
The shim will create the selector
span::before:not([style-scope]):not(.style-scope)
, but the browser is expectingspan:not([style-scope]):not(.style-scope)::before
The text was updated successfully, but these errors were encountered: