0.1.0 • Published 9 months ago

tw-rose-pine v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

tw-rose-pine

Simple tailwind plugin of the rose pine color palette

Installation

Install with your package manager of choice. npm example:

$ npm install tw-rose-pine

require the plugin in tailwind.config.js

module.exports = {
    // ...
    plugins: [
        // ...
        require('tw-rose-pine'),
    ],
}

Usage

Use rose pine's semantic color names:

<p class="text-subtle bg-overlay p-8 rounded">
    Amet excepturi facere tenetur qui itaque provident. Nisi aspernatur placeat fugiat quos omnis?
</p>

Configuration

There is no configuration. If you need adjustments, copy and paste the plugin into your project or use the official Rose Pine Palette package.

0.1.0

9 months ago