1.0.0 • Published 1 year ago
@nongbitcorp/tailwind-room-between v1.0.0
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
1.0.0
1 year ago