attr-styler
v0.0.8
Published
Make attributes for your styling
Downloads
45
Maintainers
Readme
🕹️Installation and use
npm install attr-stylerWhat is needed for work
1. Register plugin
// vite.config.ts
import { attrStylerVitePlugin } from 'attr-styler';
export default defineConfig(() => {
return {
plugins: [attrStylerVitePlugin()],
};
});2. Start a project
npm run devType parsing occurs only when the project is running!
