Skip to content

A tailwindcss plugin that overrides the default color palette with Open Color colors

Notifications You must be signed in to change notification settings

dextermb/tailwindcss-open-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')
  ],
}

About

A tailwindcss plugin that overrides the default color palette with Open Color colors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published