/tailwindcss-outline

Tailwind CSS plugin to add utilities for outline css properties

Primary LanguageJavaScriptOtherNOASSERTION

Tailwind CSS Outline

license

NOTE: There is a published npm package that offers this same functionality: tailwind-css

This repo does the same thing but slightly differently. I recommend using the published npm package listed above.

Installation

npm install timcase/tailwindcss-outline

or using if you are using yarn

yarn add timcase/tailwindcss-outline

Add the plugin to the plugins array in your Tailwind CSS configuration.

plugins: [
    require('tailwindcss-outline')()
]