Skip to content

jxxe/tailwind-shades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Shade Generator for TailwindCSS

Usage

const shadesOf = require('tailwind-shades');

/** @type {import('tailwindcss').Config} */
module.exports = {
    content: [],
    theme: {
        extend: {
            colors: {
                accent: shadesOf('#913985')
            }
        }
    },
    plugins: []
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published