parcel-plugin-typed-css-modules icon indicating copy to clipboard operation
parcel-plugin-typed-css-modules copied to clipboard

A parcel plugin for typed-css-modules - generate typescript declaration files for your css modules automatically

Results 2 parcel-plugin-typed-css-modules issues
Sort by recently updated
recently updated
newest added

The following CSS: ```css #app-root { ... } .widget { ... } .ticker { ... } .ticker .selected { ... } .positive { ... } .negative { ... } ```...

In addition to exporting classNames, we can also export variables in CSS Modules. However, these are not included in the declaration file. Here is a minimal example of what I...