Commit 18bb746
committed
docs(styling): state that Preflight completion belongs in the base layer
Greptile flagged the new `th { font-weight: inherit }` as violating
"never update global styles". The rule was ambiguous: globals.css's
`@layer base` already owns `*` border-color, `*:focus`, `::selection`,
`body`, and input caret-color — element normalization, not component
styling. Documents that boundary so the next reader does not have to
re-derive it, and so a future cleanup does not delete the base rule as
redundant.1 parent 94addba commit 18bb746
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments