Closed tomahl closed 1 year ago
I think.
It might be a good idea to provide an option like 'replacement' so that the variable to be output can be replaced.
@tomahl
Should be fixed in with!
"vite-plugin-sass-dts": "^1.2.6"
Thanks for the issue!!
Hi again.
Currently, all exports use the same name
const classNames
andtype ClassNames
which Imo makes imports via autocompletion less readable. It would have been great if there was a choice where these names were based on the fileName instead. So my filecolors.scss
would export something likeconst colors: {}
andtype ColorNames or ColorKeys
etc.Keep up the good work.