File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
internal-packages/ui/styles Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 2727 - run : pnpm knip
2828 - name : Build SDK
2929 run : pnpm build-sdk
30+ - name : Install ripgrep (rg)
31+ run : sudo apt-get update && sudo apt-get install -y ripgrep
32+ - name : Report Colors (non-blocking)
33+ run : pnpm report:colors
34+ continue-on-error : true
3035 - name : Test
3136 run : pnpm test
Original file line number Diff line number Diff line change 1+ /* semantic.css (Phase 1.5 scaffold) - not applied globally yet */
2+
3+ @layer utilities {
4+ : root {
5+ /* map semantic vars to primitives (light defaults) */
6+ --color-text : var (--color-gray-50 );
7+ --color-text-inverse : var (--color-white );
8+ --color-surface : var (--color-gray-950 );
9+ --color-border : var (--color-gray-700 );
10+ --color-border-muted : var (--color-gray-800 );
11+ --color-focused : var (--color-info-500 );
12+ }
13+ }
You can’t perform that action at this time.
0 commit comments