0.11.1 • Published 3 months ago

unplugin-solid-styled v0.11.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

unplugin-solid-styled

Unplugin for solid-styled

NPM JavaScript Style Guide

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

Sponsors

License

MIT © lxsmnsyc

0.11.1

3 months ago

0.11.0

4 months ago

0.10.0

6 months ago

0.9.2

7 months ago

0.9.1

12 months ago

0.9.0

1 year ago