typed-css-modules
typed-css-modules copied to clipboard
Does it manage multiple directory in any way ?
Hey there,
I like a lot this plugin, and i wonder if it's possible to pass multiples input directories in some way ?
For now i does something like :
tcm . --pattern ./common/**/*.scss ; tcm . --pattern ./formats/**/*.scss
But is there something like this followings i missed ?
tcm . --pattern ./common/**/*.scss --pattern ./formats/**/*.scss
// or
tcm ./common ./formats --pattern ./**/*.scss
The real problem here, is for --watch
AFAIK, you should be able to do it like this:
tcm . --pattern ./{common,formats}/**/*.scss