@borisk47/tailwindcss-fluidify

0.1.4 • Public • Published

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

Package Sidebar

Install

npm i @borisk47/tailwindcss-fluidify

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

371 kB

Total Files

13

Last publish

Collaborators

  • borisk47