Package Exports
- tailwindcss-shadcn-utilities
- tailwindcss-shadcn-utilities/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tailwindcss-shadcn-utilities) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tailwindcss-shadcn-utilities
A plugin for Tailwind CSS v3.2+ that provides utilities for shadcn themes.
Installation
Install the plugin from npm:
npm install tailwindcss-shadcn-utilities
Then add the plugin to your tailwind.config.js
file:
// tailwind.config.js
module.exports = {
theme: {
// ...
},
plugins: [
require('tailwindcss-shadcn-utilities'),
// ...
],
}