@ublabs/tailwindcss-brand-colors
v0.2.0
Published
<h3 align="center"> TailwindCSS Brand Colors </h3>
Maintainers
Readme
Install
npm install @ublabs/tailwindcss-brand-colorsor
yarn add @ublabs/tailwindcss-brand-colorsAdd the plugin to your tailwind.config.js file:
// tailwind.config.js
module.exports = {
theme: {
// ...
},
plugins: [
// for all list
require('@ublabs/tailwindcss-brand-colors'),
// select the brands
require('@ublabs/tailwindcss-brand-colors')(['angular', 'tailwindcss']),
// ...
],
};See the list of all brand colors available here
How to add a new brand color?
Fork/Clone Repository
git clone https://github.com/YOUR-USERNAME/tailwindcss-brand-colorsInstall Dependencies
yarn installSelect Color
Ex:
#111827Set Brand Color
yarn nx workspace-schematic add-brand --name=<brand-name> --hex=#111827
Credits
Inspired by Simple Icons.
License
The MIT License (MIT). Please see License File for more information.
