Closed
Description
Per Seattle resolution (and TAG feedback), all the Houdini APIs should namespace themselves under the CSS
object, rather than living on the global.
(Constructors still get put on the global by default, and that should be fine. We should add convenient aliases to CSS
as appropriate, like CSS.px(x)
for CSSSimpleLength(x, 'px')
.)