styled-jsx-plugin-sass icon indicating copy to clipboard operation
styled-jsx-plugin-sass copied to clipboard

Plugin to add Sass support to styled-jsx.

Results 4 styled-jsx-plugin-sass issues
Sort by recently updated
recently updated
newest added

## 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...

good first issue
help wanted
improvement

## Steps To Reproduce 1. Use a variable inside a calc() function ## The current behavior A compile error `Error: Expected "(" or ".".` is thrown: ![image](https://user-images.githubusercontent.com/10322643/167083730-4f3a4238-5c64-4af8-a760-955d0e34d86d.png) ## The expected...

bug

## 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...

feature request

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?

question