@citrus327/theme-preset

2.0.2 • Public • Published

@citrus327/theme-preset

a customized TailwindCss preset.

Usage

import preset from "@citrus327/theme-preset";

/** @type {import('tailwindcss').Config} */
export default {
  content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
  theme: {},
  presets: [preset],
  plugins: [],
};

and include styles in your css file:

@import "@citrus327/theme-preset/stylesheet";

@tailwind base;
@tailwind components;
@tailwind utilities;

Readme

Keywords

none

Package Sidebar

Install

npm i @citrus327/theme-preset

Weekly Downloads

3

Version

2.0.2

License

ISC

Unpacked Size

2.4 kB

Total Files

6

Last publish

Collaborators

  • hophop0327