A Tailwind plugin that allows you to divide the gap between elements.
npm install tailwind-gap-divide
import plugin from "tailwind-gap-divide";
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [plugin],
};
MIT