postcss-value-parser
may have it
postcss-scss
parser
$var: 1
as a $var
declaration with 1
color: $black
in SCSS, you will have { prop: 'color', value: '$black' }
decl.value
variables
option
-c
option sets directory to look for postcss config files with standard config names: https://github.com/michael-ciniawsky/postcss-load-config#usage
--use
option, not both