We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3a3fe commit 5528aedCopy full SHA for 5528aed
src/renderer/utils/length.cljs
@@ -9,7 +9,7 @@
9
#{"px" "ch" "ex" "em" "rem" "in" "cm" "mm" "pt" "pc" "%"})
10
11
(def unit-to-pixel-map
12
- ;; TODO: Find an agnostix way to handle percentages (we need to pass a base).
+ ;; TODO: Find an agnostic way to handle percentages (we need to pass a base).
13
{:px 1
14
:ch 8
15
:ex 7.15625
0 commit comments