tw-oc

1.0.1 • Public • Published

Tailwindcss x Open Color

This plugin overrides the default color pallete to add colors from Open Color. The colors are pulled directly from Open Color's JSON file then formatted to work with Tailwindcss.

To find more information about Tailwindcss or Open Color please check out their websites.

Installation

Use npm or yarn to install the package:

yarn add tw-oc

Then within your tailwind.config.js that can be generated using:

npx tailwindcss init

Then require the plugin into your plugins array:

module.exports = {
  theme: {},
  variants: {},
  plugins: [
    require('tw-oc')
  ],
}

Readme

Keywords

none

Package Sidebar

Install

npm i tw-oc

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

1.72 kB

Total Files

3

Last publish

Collaborators

  • dextermb