giuseppeg / giuseppeg/styled-jsx-postcss
change build order?
Open
- Dominant language
- JavaScript
- Stars
- 64
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
postcss plugins like https://github.com/postcss/postcss-color-function are not working, due to the build order, right now it's being processed by postcss like `color(${ theme.color.tertiary } contrast(100%))`, instead of `color(#444 contrast(100%))`. Could we change the build order, so https://github.com/giuseppeg/styled-jsx-postcss/blob/master/src/babel.js#L117 is run first?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.