tailwind-room-between Tailwind Templates

Tailwind Room Between

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

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.

Top categories

Loading Svelte Themes