0.1.4 • Published 3 years ago

@borisk47/tailwindcss-fluidify v0.1.4

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

tailwindcss-fluidify

A tailwindcss plugin that provides utilities for fluid typography and spacing.

Installation

Note that this plugin is designed for Tailwind CSS v2.x.

Install the plugin from npm:

# Using npm
npm install @borisk47/tailwindcss-fluidify

# Using Yarn
yarn add @borisk47/tailwindcss-fluidify

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

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

Basic usage

View the live demo