how to use
add this stuff to your tailwind config
export default {
content: [
// add your pages too duh
"node_modules/@wherever_you_put_this/**/*.{js,ts,jsx,tsx}",
],
};
also make sure your app's tailwind config has most of the same stuff that's inside this project's tailwind config
// .npmrc
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
@your_organization:registry=https://npm.pkg.github.com
This .npmrc
file lets you specify @your_organization/**
private npm packages in package.json and have them work magically