UNPKG

vite-plugin-vue-css-modules

Version:

✨ Ultimate solution for using CSS modules without any hassle. Automatic replacement for Vue templates and scripts

13 lines (9 loc) 242 B
// @todo rename file to macros declare global { // const $useCssModule: (name: string) => string; /** * Macro used to access CSS modules in script */ const $cssModule: Readonly<Record<string, string>>; } export {};