unplugin-solid-styled
TypeScript icon, indicating that this package has built-in type declarations

0.11.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i unplugin-solid-styled

Weekly Downloads

97

Version

0.11.1

License

MIT

Unpacked Size

20.9 kB

Total Files

11

Last publish

Collaborators

  • lxsmnsyc