Transform JSON into SASS.
Use it to share theme colors stored in JSON between JS and SCSS files.
Inspired by json-sass module that is no longer maintained.
Requires Node v16 or above.
npm install sass-theme-json --save
sass-theme-json -i colors.json -o colors.scss -p '$colors: '
MIT