tailwind-swatches

0.1.3 • Public • Published

Tailwind CSS Swatches

Generate a macOS color palette from your Tailwind CSS config.

Screenshot of a generated color palette

The file will be created in ~/Libary/Colors where the system-native color picker will pick it up automatically. (Note: you may need to restart your application for the generated palette to show up.)

Installation

$ npm install -D tailwind-swatches

Requirements

  • macOS
  • Node 8+
  • Xcode Command Line Tools ^1
  • a working Tailwind CSS project set-up

Usage

$ npx tailwind-swatches --help
Options:
  --help        Show help                                              [boolean]
  --version     Show version number                                    [boolean]
  -n, --name    Name of the generated color palette
                                              [string] [default: "Tailwind CSS"]
  -c, --config  Path to the Tailwind CSS config[default: "./tailwind.config.js"]

Example:

$ npx tailwind-swatches -c /path/to/tailwind.config.js -n "My Project"

Package Sidebar

Install

npm i tailwind-swatches

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

13.2 kB

Total Files

4

Last publish

Collaborators

  • philippbosch