styled-jsx-postcss
styled-jsx-postcss copied to clipboard
Use PostCSS with styled-jsx 💥
When used in gatsbyjs, certain versions can cause freezes. It's not 100% clear this is a problem with this plugin, but seems like it could be. Instructions for reproduction and...
use postcss-import plug code: {` @import './style.css'; .title{height: 45px; display: block; text-shadow: 1px 1px 1px #333; line-height: 45px; background: #ff2121; text-align: center; color: white; margin: 10px 0;} .test{ display: flex;...
Hi I made an issue on next and got a fix, but rolling back some versions is :sadface: I know development is frozen but maybe someone can help? I really...
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...
I got an error when try to provide the new instance of `postcss-cssnext` with my custom config. Also, the last version of `postcss-nesting` doesn't support for postcss `5.x`.
Is [this feature](https://github.com/zeit/styled-jsx#keeping-css-in-separate-files) currently supported? I have the following in my `styles.js`: ```js const styles = ` @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro'); @import url(//fonts.googleapis.com/css?family=Fira+Sans:300); html, body { margin: 0; padding: 0; } ......
Fixes giuseppeg/styled-jsx-postcss#5
When using plugins like `postcss-next`, `postcss-inherit` it occurs to me, that the sourcemap is added, even in production builds. This removes the comments completely. It reduced our build size from...
https://github.com/MhMadHamster/vscode-postcss-language/issues/6