Would be great to add support for container query length units which is missing and are not parsed correctly: cqw and cqh are probably the most popular but also consider these:
cqi, cqb, cqmin and cqmax.
If there are any workarounds, that would also be great for now.
Currently getAsCSSString for a value like 1.14cqw is 1.14 cqw which is invalid by most browsers.
Would be great to add support for container query length units which is missing and are not parsed correctly:
cqwandcqhare probably the most popular but also consider these:cqi,cqb,cqminandcqmax.If there are any workarounds, that would also be great for now.
Currently
getAsCSSStringfor a value like1.14cqwis1.14 cqwwhich is invalid by most browsers.