Skip to content

codesaursx/shadeswind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@CodesaursX/shadeswind

A tailwind plugin to generate color shades.

Installation

npm install @codesaursx/shadeswind --save
# or
yarn add @codesaursx/shadeswind

Usage

Go to your tailwind.config.js file and add the following.

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ['./src/**/*.{html,js}'],
  theme: {
    extend: {}
  },
  plugins: [
    require('@codesaursx/shadeswind')({
      primary: '#7f5af0'
    })
  ]
};

License

MIT

About

A tailwind plugin to generate color shades.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published