TcsS - typed cascade style sheets
given the hype of types and TS, and that CSS is a typed language, why hasnt someone carried the same torch that TS did for JS but for CSS?
- better editor syntax error reports
- better autocomplete (relevant values presented given the property the value is being applied to)
- type errors if a function doesnt accept a type authored
- function parameter docs and help
- shorthand property assistance
- etc!!
why hasnt this happened yet?
@argyleink please no. We are *just* getting to where CSS has absorbed enough from SCSS that we can finally get rid of pre-processors.
Half of the measure of progress of core web tech is being able to finally bin the bullshit stack required to compile “how we write it” into “what we wrote”.
Hard pass.