giuseppeg / giuseppeg/styled-jsx-postcss

Custom Properties Set

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
64
Forks
11
PR merge metrics
No merged PRs in 30d

Description

I was trying out [this example](https://github.com/zeit/next.js/blob/master/examples/with-styled-jsx-postcss/pages/index.js) and tried to add a custom-properties-set and immediately got an error. Is that feature from cssnext not supported?

` :global(:root) {
--bgColor: green;
--color: white;
--container: {
padding: 15px;
};
}`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.