1.0.1 • Published 4 years ago

tw-ts v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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