[css-values-5] Add number()
to coerce string values to numbers
#12145
Labels
number()
to coerce string values to numbers
#12145
There's
ident()
for identifiers, and #12072 got me thinking it'd pair exceptionally well withcounter()
, likenumber(counter(name))
.Concretely, this could also be useful for ordering in some advanced use cases as well.
The text was updated successfully, but these errors were encountered: