tailwind-gap-divide
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

npm version

tailwind-gap-divide

A Tailwind plugin that allows you to divide the gap between elements.

Installation

npm install tailwind-gap-divide

Usage

import plugin from "tailwind-gap-divide";

export default {
	content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
	theme: {
		extend: {},
	},
	plugins: [plugin],
};

License

MIT

/tailwind-gap-divide/

    Package Sidebar

    Install

    npm i tailwind-gap-divide

    Weekly Downloads

    5

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    3.96 kB

    Total Files

    5

    Last publish

    Collaborators

    • lindesvard