Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 411 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 411 Bytes

Tailwind CSS Exact Brands Color Palette

This plugin adds the custom EXACT Brands colors to the Tailwind color palette.

For which standard Tailwind colors to use in the different sites, please refer to the EXACTSports/style repo.

Installation

npm install EXACTSports/colors

tailwind.config.js

module.exports = {
  plugins: [
      require('colors'),
  ],
};

Usage