tailwind-plugin-palette
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

tailwindcss-plugin-palette

Usage

first,

// tailwind.config.js
const palette = require("tailwindcss-plugin-palette")

module.exports = {
  content: [
    './src/**/*.{js,jsx,ts,tsx}',
  ],
  plugins: [
    palette({
      primary: "#845EC2"
    })
  ],
}

Then feel free to use your palette!

Readme

Keywords

Package Sidebar

Install

npm i tailwind-plugin-palette

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

13.8 kB

Total Files

6

Last publish

Collaborators

  • nnecec