sass-extract-js icon indicating copy to clipboard operation
sass-extract-js copied to clipboard

Plugin for sass-extract to convert Sass variables into a plain JS object

Results 4 sass-extract-js issues
Sort by recently updated
recently updated
newest added

I'm currently using this in this form but its creating a dictionary of camel case keys. How could I tell it to keep the variables case "as is" the same...

I find this plugin great for documentation purposes (used in Storybook pages). Would it be possible to somehow add doc comments found in the preceding lines? Eg: ![Screenshot 2020-11-15 at...

Hello, I have a problem with Jest, when I run a test I have this error: Cannot find module 'sass-extract-loader?{"plugins": ["sass-extract-js"]}!./theme/variables.scss' from 'index.tsx' My code : ``` const theme =...

I needed this to show the hex values for my style guide visual reference.