scss-to-json icon indicating copy to clipboard operation
scss-to-json copied to clipboard

A package to require SCSS variables in JSON format

Results 19 scss-to-json issues
Sort by recently updated
recently updated
newest added

Upgrade node-sass dependency version because the locked version is no longer installable.

4 years without an update, PR waiting and issues unanswered Consider using this fork https://github.com/Crocsx/scss-to-json or this package https://github.com/plentycode/sass-export

This pull request adds a `rename` option expecting a function that, given the name of a variable in the final output, can return a modified name. As shown in the...

Make it possible that the project can set environment variables on all platforms

The install of the package is failing due to `node-sass` dependency - see compatibility table on between node-sass and node on their readme : https://www.npmjs.com/package/node-sass Just allowed the range to...

`sass` is a stand-in replacement for `node-sass` which is pure JS rather than relying on native binaries. It is faster in practice, and much faster to install in a project.

Hello, if you have specified an "https" URL in a variable in SCSS, then the parser aborts. Example: $font-url: "https://xxx.xxx.com/font.ttf"

When running `yarn add scss-to-json` Yarn returns the following error: `Error: node-sass@^3.1.2, ^4.0.0 isn't supported by any available resolver`