- From: Ádám Liszkai via GitHub <sysbot+gh@w3.org>
- Date: Fri, 11 Nov 2016 14:40:27 +0000
- To: public-houdini-archive@w3.org
adamos42 has just created a new issue for
https://github.com/w3c/css-houdini-drafts:
== Global CSS Mixins ==
Sorry if I posting this in the wrong place, I just bumped into this
and I wanted to share to the community.
It would be nice if we could use CSS mixings like any other CSS
selector in stylesheet. For example I could just add the same color
for few element:
```
--paper-input-container-input, --my-awesome-input, --paper-button {
color: purple;
}
```
the selectors of corse meaningless, but it would be nice to have this
instead of making a shared css mixin or property and ```@apply``` each
of the items which should have same css rule.
Please view or discuss this issue at
https://github.com/w3c/css-houdini-drafts/issues/332 using your GitHub
account
Received on Friday, 11 November 2016 14:40:33 UTC