Ability to exclude exported values from imported SCSS
amaschas opened this issue · 0 comments
amaschas commented
Would it be possible add a way to exclude the exported values from imported SCSS? For example, if button.scss
imports colors.scss
, currently every exported value in colors.scss
is added to button.scss.d.ts
, and to every other typings file that imports colors.scss
. If you are exporting a lot of values from files that get included a lot, this can get pretty nuts. Would be nice to have an alternative behavior.