@alanaudi/colors
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Tailwindcss Colors

Copic Name Copic Code

Color Sets

  • [x] Copic 358 Colors
    • [x] name supported
    • [x] color system code supported
  • [ ] Pantone
  • [ ] Morandi

Usage

  • Installation
# npm
npm install @alanaudi/colors
# yarn
yarn add @alanaudi/colors
  • Configuration
// tailwind.config.js
const copicColors = require('@alanaudi/colors')

module.exports = {
  mode: 'jit',
  purge: {
    enabled: true,
    content: ['./src/**/*.{html,css,ts}'],
  },
  darkMode: class, // or 'media' or 'class'
  theme: {
    extend: {
      colors: {
        ...copicColors
      }
    },
  },
  variants: {
    extend: {},
  },
  plugins: [],
}

Package Sidebar

Install

npm i @alanaudi/colors

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

83 kB

Total Files

7

Last publish

Collaborators

  • alanaudi