Skip to content

A Tailwind CSS plugin that provides linear interpolated fluid-responsive spacings between two viewport widths.

License

Notifications You must be signed in to change notification settings

tricks-gmbh/tailwindcss-linear-interpolation-fluid-spacing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailwindcss-linear-interpolation-fluid-spacing

A Tailwind CSS plugin that provides linear interpolated fluid-responsive spacings between two viewport widths.

Inspired by

Installation

Install the plugin from npm:

npm install -D git+https://github.com/tricks-gmbh/tailwindcss-linear-interpolation-fluid-spacing

or

yarn add -D git+https://github.com/tricks-gmbh/tailwindcss-linear-interpolation-fluid-spacing

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

// tailwind.config.js
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('tailwindcss-linear-interpolation-fluid-spacing'),
    // ...
  ],
}

License

MIT

About

A Tailwind CSS plugin that provides linear interpolated fluid-responsive spacings between two viewport widths.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •