-
Notifications
You must be signed in to change notification settings - Fork 458
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
Support for Polymer CSS mixins #480
Comments
@JosefJezek, I will appreciate a PR to parser since it should be implemented there first: https://github.com/tonyganch/gonzales-pe |
How to set .Button--navigation {
@apply(--layout-vertical);
@apply(--layout-center-center);
height: var(--header-toolbar-height);
padding: 0;
} After csscomb .Button--navigation {
height: var(--header-toolbar-height);
padding: 0;
@apply(--layout-vertical);
@apply(--layout-center-center);
} |
Please resolve this issue... 🙏 |
+1 about this! |
Hi All! I'm closing this because unless a PR is created it won't likely be addressed. |
https://www.polymer-project.org/1.0/docs/devguide/styling#custom-css-mixins
Please ;-)
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/36741607-support-for-polymer-css-mixins?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: