Skip to content
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

Closed
JosefJezek opened this issue Aug 8, 2016 · 5 comments
Closed

Support for Polymer CSS mixins #480

JosefJezek opened this issue Aug 8, 2016 · 5 comments

Comments

@JosefJezek
Copy link

JosefJezek commented Aug 8, 2016

https://www.polymer-project.org/1.0/docs/devguide/styling#custom-css-mixins

.Tooltip {
        --paper-tooltip: {
          font-size: 16px;
        }
      }
Please check the validity of the block starting from line #2

1 | .Tooltip {
2*|         --paper-tooltip: {
3 |           font-size: 16px;
4 |         }

Gonzales PE version: 3.0.0-28
Syntax: css

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).
@tonyganch
Copy link
Member

@JosefJezek, I will appreciate a PR to parser since it should be implemented there first: https://github.com/tonyganch/gonzales-pe

@JosefJezek
Copy link
Author

JosefJezek commented Aug 17, 2016

How to set sort-order in config for @apply mixins on top rules?

.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);
}

@JosefJezek
Copy link
Author

Please resolve this issue... 🙏

@abdonrd
Copy link

abdonrd commented Oct 25, 2016

+1 about this!

@jdalton
Copy link
Contributor

jdalton commented Apr 19, 2019

Hi All!

I'm closing this because unless a PR is created it won't likely be addressed.
If you feel strongly about this request I encourage you to dig in and submit a PR 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants