@bruhs/theme
v0.1.4
Published
bruhs theme system
Readme
@bruhs/theme
A tailwind theme system for bruhs, including CSS and font assets.
Installation
pnpm add @bruhs/themeUsage
Import the CSS in your project:
import '@bruhs/theme';Fonts
After installing, copy the font files to your app's public/fonts directory:
node node_modules/@bruhs/theme/scripts/copy-fonts.jsFont-face declarations are already included in @bruhs/theme import, so you do not need to add them manually. Just ensure the font files are available in public/fonts.
