-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Multiple CSS selectors separated by commas don't work #3960
Comments
You are right, I have the same problem with mixins. The style is apply only on the first mixin. |
/cc @azakus |
I think I was holding this selector wrong. TIL if any of the selectors are wrong in a comma separated list of selectors, everything is borked. Closing! |
There are a few specific cases where Polymer makes this hard in the 1.x -> 2.x transition, which are issues #3924 and webcomponents/shadycss#10 |
this worked for me when updating a few thousand gridboxes on three Maybe not We are going to straight vanilla. Polymer though, was-- at least for me-- chunkMutationForMultiDimensionalArrays(array,property, fullvalue, this){
RegExp('(('+property+')+(\w_|\s_|:)+(\w|\s|-|#)+(;|(\w|\s|\b)+;|\b))+','g');
"style", cellStyle); On Wed, Sep 21, 2016 at 2:38 PM, Daniel Freedman notifications@github.com
Jason C. Frazzano Esq. |
Can I just send this way? It seems obnoxious... but the stuff works and is Gimme advice on protocol... I only been coding a bit, and always felt here is the behavior sorry if its annoying, will stop... I just spent months silent on similar On Tue, Sep 27, 2016 at 11:40 PM, Jason Frazzano jfrazzano@gmail.com
Jason C. Frazzano Esq. |
If I have this in a
<dom-module id="paper-material"><template><style>
element:Then this style doesn't apply on a
div class="paper-material elevation-1
. If I split the comma separated selector into 2 separate ones, then everything is fine.The text was updated successfully, but these errors were encountered: