2.5.0 • Published 5 months ago

@incard/ui v2.5.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

@incard/ui 🦇

pnpm i @incard/ui

const { incardPreset } = require("@incard/ui/dist/preset");

/** @type {import('tailwindcss').Config} */
module.exports = {
  presets: [
    incardPreset({
      content: [
        "./pages/**/*.{js,ts,jsx,tsx}",
        "./components/**/*.{js,ts,jsx,tsx}",
        "./layouts/**/*.{js,ts,jsx,tsx}",
        "./stories/**/*.tsx",
      ],
    }),
  ],
};

glhf