I want to know if it is valid to define a css variable that starts with a number like this,
:root { --1space: 32px; }
this works just fine with Chrome, however that code is not being validated by https://jigsaw.w3.org/css-validator/ also VSCode draws a red line under the variable name.
if css variable names are idents then it should be ok to start with a number by this diagram;