Skip to content

nongbit/tailwind-room-between

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind Room between

Utilities for controlling the room (padding) between child elements.

Setup

Download package using npm.

npm i -D @nongbit/tailwind-room-between

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

/** @type {import('tailwindcss').Config} */
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@nongbit/tailwind-room-between'),
    // ...
  ],
}

Usage

See Space between at Tailwind CSS Documentation.

About

Utilities for controlling the room (padding) between child elements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published