Skip to content

lindesvard/tailwind-gap-divide

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published