We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I presume the button in the following code snippet should have a red background? Not entirely sure if this should work like this: http://jsbin.com/jewatuvoyo/1/edit?html,output
There's a space between the classname and the attribute selector in the style that causes this :
.x-test-0 [is=x-test] { background-color:red; }
The text was updated successfully, but these errors were encountered:
Fixes #1668
c339c4d
Fixes #1807 Fixes #1809
sorvell
No branches or pull requests
I presume the button in the following code snippet should have a red background? Not entirely sure if this should work like this: http://jsbin.com/jewatuvoyo/1/edit?html,output
There's a space between the classname and the attribute selector in the style that causes this :
The text was updated successfully, but these errors were encountered: