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

Please add support for CSS mixins using @apply rule #260

Open
JosefJezek opened this issue Feb 15, 2017 · 0 comments
Open

Please add support for CSS mixins using @apply rule #260

JosefJezek opened this issue Feb 15, 2017 · 0 comments

Comments

@JosefJezek
Copy link

JosefJezek commented Feb 15, 2017

.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

csscomb/csscomb.js#480

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

Successfully merging a pull request may close this issue.

2 participants