CSS Value
Little Eye detects CSS Value when you copy them. Recognizes CSS lengths, durations, and other typed values.
Examples
pixel length — absolute
12px
relative length — multiple of root font size
1.5rem
duration — 0.3 seconds
300ms
angle — 1/8 of a full turn
45deg
frequency — cycles per second
100Hz
math expression — surface only
clamp(1rem, 2vw + 0.5rem, 3rem)
CSS variable reference
var(--my-color)