1.1.1 • Published 10 months ago

@nordice/core v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Install

yarn add @nordice/core @nordice/tailwind-config

add this to your tailwind config

module.exports = {
  content: [
    "./node_modules/@nordice/core/**/*.{js,mjs}", 
    // other content..
  ],
  presets: [require("@nordice/tailwind-config")],
  // other config
};