New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

stemuli-tailwind-plugin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stemuli-tailwind-plugin

Tailwind plugin for adding sharable css utility classes across projects

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Tailwindcss Brand Colors

Tailwind plugin for adding the STEMuli design system tokens as utility classes

Installation

Add this plugin to your project:

npm install stemuli-tailwind-plugin --save

Usage

Add it to the plugins array of your Tailwind config:

// tailwind.config.js
plugins: [require("stemuli-tailwind-plugin")],

Usage:

You can use the design utilities in your class names like you would regular tailwind ones

<div class="bg-primary">Hello World</div>

For border color:

<div class="border-primary border">Hello World</div>

For text color:

<p class="text-primary">Hello World</p>

Keywords

tailwind

FAQs

Package last updated on 15 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts