styled-jsx-plugin-sass
styled-jsx-plugin-sass copied to clipboard
Plugin to add Sass support to styled-jsx.
## Type of Improvement SWC support in Next.JS v12 ## Proposal We need to drop babel for SWC to be enabled. Rewrite the babel config as rust transforms to support...
## Steps To Reproduce 1. Use a variable inside a calc() function ## The current behavior A compile error `Error: Expected "(" or ".".` is thrown:  ## The expected...
## Description The folks behind Dart Sass recently released the 1.x of [`sass-embedded`]( https://github.com/sass/embedded-host-node), which has the same API as their `sass` lib except it wraps the Dart executable instead...
Does this package include support for importing sass from external files and inputting it into style jsx tags, similar to https://github.com/vercel/styled-jsx#styles-outside-of-components?
Changed the legacy API entrypoint renderSync to compileString, since the legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. See the note [here](https://sass-lang.com/documentation/breaking-changes/legacy-js-api/)