@reactbricks/reactbricks-ui-tailwind-config
v0.1.0-alpha.3
Published
Shared Tailwind CSS v4 design tokens for the React Bricks UI theme. The exported `shared-styles.css` file loads the Nunito Sans variable font, custom breakpoints, shadows, and base tweaks used by the bricks.
Readme
@reactbricks/reactbricks-ui-tailwind-config
Shared Tailwind CSS v4 design tokens for the React Bricks UI theme. The exported shared-styles.css file loads the Nunito Sans variable font, custom breakpoints, shadows, and base tweaks used by the bricks.
Installation
pnpm add -D @reactbricks/reactbricks-ui-tailwind-configUsage
Import the stylesheet once near the top of your global CSS so Tailwind picks up the theme values:
@import '@reactbricks/reactbricks-ui-tailwind-config';The React Bricks UI packages (@reactbricks/reactbricks-ui*) already import this file from their bundled styles.css; add it manually only if you are composing your own theme or extending the default tokens.
Notes
- Built for Tailwind CSS v4 with CSS
@themedefinitions. - No JavaScript entry point is provided—consume the CSS file directly.
