0.1.1 • Published 3 years ago

@srdante/tailwind-links v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@srdante/tailwind-links

A Tailwind CSS plugin that provides utilities to colorize links in a standardized way.

Installation

Install the plugin from npm:

# Using npm
npm install @srdante/tailwind-links

# Using Yarn
yarn add @srdante/tailwind-links

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@srdante/tailwind-links'),
    // ...
  ],
}