Modus plugin for Tailwind CSS Simple plugin for Trimble's Modus design system.
Test
npm install tailwind-modus
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>