giuseppeg / styled-jsx-postcss

Use PostCSS with styled-jsx 💥
MIT License
64 stars 11 forks source link

Custom Properties Set #12

Open iamjacks opened 7 years ago

iamjacks commented 7 years ago

I was trying out this example 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; }; }