@codesaursx/shadeswind

1.0.4 • Public • Published

@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

Package Sidebar

Install

npm i @codesaursx/shadeswind

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

2.69 kB

Total Files

4

Last publish

Collaborators

  • andrescptrc
  • armandocaslop
  • angel.codes