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
.boa-button {
display: inline-block;
}
// Notice that is repeat twice the selector
:--boa-button--pressed,:--boa-button--focused,:--boa-button--pressed,:--boa-button--focused {
background: red
}
Console Output
The selector ':--boa-button--pressed, :--boa-button--focused' is undefined
The text was updated successfully, but these errors were encountered:
yordis
changed the title
custom selectors doesn't in nested properties
nested selectors doesn't with custom selectors
Jul 24, 2016
I am working in some project and I tried to use custom selector with nested selectors and It didn't work. This is the code used.
CSS Output
Console Output
The selector ':--boa-button--pressed, :--boa-button--focused' is undefined
The text was updated successfully, but these errors were encountered: