Shared Tailwind CSS configuration and design tokens.
The single design-config source so apps and UI packages render with the same tokens and Tailwind setup.
Entry point index.ts (note: main is index.ts, not src/index.ts):
baseTailwindConfig— the shared Tailwind config (./tailwind.config.js).
Prettier's prettier-plugin-tailwindcss is pointed at packages/tailwind/tailwind.config.js for
class sorting.
- No workspace packages.
apps/web,@languages-learner/uikit,@languages-learner/storybook.
- A leaf package: keep it dependency-free so every UI consumer can share it without cycles.
- Scripts and how to run: README
- Package interaction: docs/architecture/package-interaction.md