Commit fa59e77
committed
Fix CSS variable checker breaking build
For a while now a false negative would occur with the css variable
checker (which goal is to ensure we don't reference undefined css
variables). Turns out, in omni-search.css one of the
var(--font-size-medium), even though it looked correct and with the
right characters would not pass a JavaScript equality check thus
resulting in the false negative. I just rewrote that line to fix the
problem. Even the diff says that they are different, but offer no
indication of what is different. 🤷1 parent 3318986 commit fa59e77
File tree
2 files changed
+4
-2
lines changed2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments