Skip to content

jbend/tailwind-modus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind Modus

Modus plugin for Tailwind CSS

Simple plugin for Trimble's Modus design system.

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>