1.0.1 • Published 5 years ago
tw-oc v1.0.1
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-ocThen within your tailwind.config.js that can be generated using:
npx tailwindcss initThen require the plugin into your plugins array:
module.exports = {
  theme: {},
  variants: {},
  plugins: [
    require('tw-oc')
  ],
}