Vue Css ModulesExtension for quick HTML markup creation in Vue for CSS modules. FeaturesTo generate markup, enter a class name prefixed with $container and press Tab.
...will be transformed into:
Although CSS Modules recommend using camelCase for class names, you can use any class name and still get a valid transformation.
...will be transformed into:
|