daisy-theme-nord
TypeScript icon, indicating that this package has built-in type declarations

1.9.0 • Public • Published

daisy-theme-nord

online demo https://play.tailwindcss.com/15dpr3y0GX

usage

see example

import { defineConfig, transform } from "windicss/helpers";
import nord from "daisy-theme-nord";
//@ts-ignore
import colors from "daisyui/colors";

export default defineConfig({
  plugins: [transform("daisyui")],
  theme: {
    extend: {
      colors,
    },
  },
  daisyui: {
    themes: [{ nord }],
  },
});

Readme

Keywords

none

Package Sidebar

Install

npm i daisy-theme-nord

Weekly Downloads

1

Version

1.9.0

License

MIT

Unpacked Size

3.12 kB

Total Files

5

Last publish

Collaborators

  • hikae