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

csso cannot parse custom properties #279

Closed
matype opened this issue Mar 9, 2016 · 0 comments
Closed

csso cannot parse custom properties #279

matype opened this issue Mar 9, 2016 · 0 comments

Comments

@matype
Copy link

matype commented Mar 9, 2016

input.css

:root {
  --mainColor: #fb4c42;
}

and run the following command:

$ csso input.css

It occurs this error.

Parse error /Users/a13970/7gogo/7gogo-web/dist/css/app.css: Identifier is expected
    1 |:root {
    2 |  --mainColor: #fb4c42;

I like csso because it is faster than the other css minify tools e.g. cssnano :)

I wish your help.

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

2 participants