giuseppeg / giuseppeg/styled-jsx-postcss
Custom Properties Set
Open
- 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.