Skip to content

miguilimzero/tailwind-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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'),
    // ...
  ],
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published