unplugin-solid-styled
Unplugin for
solid-styled
Install
npm install --D unplugin-solid-styled
yarn add -D unplugin-solid-styled
pnpm add -D unplugin-solid-styled
Usage
Please check out unplugin
to know more about how to use the plugins with unplugin-thaler
in your target bundler.
import solidStyled from 'unplugin-solid-styled';
/// Example: Vite
solidStyled.vite({
prefix: 'my-prefix',
filter: {
include: 'src/**/*.{ts,js,tsx,jsx}',
exclude: 'node_modules/**/*.{ts,js,tsx,jsx}',
},
}),
Config options
{
// Toggle verbose scope names based
// on the owning component's name,
// useful for debugging
// Default: false
"verbose": true,
// Allows prefixing scope names
// useful for package publishing
// Default: undefined ('')
"prefix": "example",
}
Sponsors
License
MIT © lxsmnsyc