tw-rose-pine
v0.1.0
Published
unofficial Tailwind plugin of the Rose Pine color palette including CSS vars
Downloads
69
Maintainers
Readme
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.