tailwind-modus
v0.0.3
Published
Tailwindcss plugin to add a Modus theme
Downloads
6
Maintainers
Readme
Test
https://modus.trimble.com/
Installation
npm install tailwind-modus
Usage
plugins: [
require('tailwind-modus'),
],
You now have access to the Modus brand and theme colors as normal.
<div class="bg-modus-brand-gray">
<p class="text-modus-text-dark">Hello, this is some text</p>
</div>