chimera-tw
v0.0.9
Published
In your tailwind.config.js, make sure you add node_modules/chimera-tw to the content property.
Downloads
4
Readme
Installation
In your tailwind.config.js, make sure you add node_modules/chimera-tw to the content property.
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
"./node_modules/chimera-tw/**/*{.js,.ts,.jsx,.tsx}",
],