Y
Hacker News
new
|
ask
|
show
|
jobs
by
maattdd
475 days ago
Most of CSS is indeed statically typed (property have statically typed valid values). It's not true anymore when you introduce custom properties and IACVT though.
1 comments
madeofpalk
475 days ago
Custom properties can also be typed
https://developer.mozilla.org/en-US/docs/Web/CSS/@property
link