Generate TypeScript declaration (.d.ts) files for CSS Modules. This small CLI and library scans a directory for CSS/SCSS/LESS module files (by default **/*.module.{css,sass,scss,less}), extracts class ...
If, for one reason or another, you need to extract CSS as a plain string resource (i.e. not wrapped in a JS module) you might want to check out the extract-loader. It's useful when you, for instance, ...