Skip to content

dextermb/tailwindcss-text-shadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwindcss Text Shadows

This plugin makes basic text shadow classes available for use with Tailwindcss.

To find more information about Tailwindcss please check out their website.

Installation

Use npm or yarn to install the package:

yarn add tw-ts

Then within your tailwind.config.js that can be generated using:

npx tailwindcss init

Then require the plugin into your plugins array:

module.exports = {
  theme: {},
  variants: {},
  plugins: [
    require('tw-ts')
  ],
}

About

A tailwindcss plugin that adds text shadows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages