1.0.1 • Published 5 years ago
tw-ts v1.0.1
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-tsThen within your tailwind.config.js that can be generated using:
npx tailwindcss initThen require the plugin into your plugins array:
module.exports = {
theme: {},
variants: {},
plugins: [
require('tw-ts')
],
}