0.11.1 • Published 1 year ago

vite-plugin-solid-styled v0.11.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vite-plugin-solid-styled

Vite plugin for solid-styled

NPM JavaScript Style Guide

Install

npm install --D vite-plugin-solid-styled
yarn add -D vite-plugin-solid-styled
pnpm add -D vite-plugin-solid-styled

Usage

import solidStyled from 'vite-plugin-solid-styled';
import solid from 'vite-plugin-solid';

///...
export default {
  plugins: [
    solid(),
    solidStyled({
      prefix: 'my-prefix', // optional
      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

1 year ago

0.11.0

1 year ago

0.10.0

2 years ago

0.9.2

2 years ago

0.7.5

2 years ago

0.9.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.8.3

2 years ago

0.9.1

2 years ago

0.8.2

2 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago