Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 913 Bytes

File metadata and controls

34 lines (19 loc) · 913 Bytes

@languages-learner/tailwind

Shared Tailwind CSS configuration and design tokens.

Purpose

The single design-config source so apps and UI packages render with the same tokens and Tailwind setup.

Public API / exports

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.

Depends on

  • No workspace packages.

Used in

  • apps/web, @languages-learner/uikit, @languages-learner/storybook.

Notes

  • A leaf package: keep it dependency-free so every UI consumer can share it without cycles.

Links