0.0.2 • Published 6 months ago

@bitwhys/tailwindcss-plugin v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

@bitwhys/tailwindcss-plugin

A plugin that provides utilities for use in personal projects.

Warning Currently only the Bitwhys design language is present.

Installation

Install the plugin from npm:

npm install -D @bitwhys/tailwindcss-plugin

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@bitwhys/tailwindcss-plugin')({}),
    // ...
  ],
}

Usage

TODO

Configuration

You can configure which values from @radix-ui/colors the plugin adds to you tailwind.config.js:

optionDefaultDescription
prefixUseful if you use this as part of library
scaling1Controls the scaling for border radius scale
neutraloliveThe grayscale palette
accentlimeThe primary color palette
radiuslargeControls how large the border radius is
0.0.2

6 months ago

0.0.1

6 months ago

0.0.0

6 months ago