var css = new Std.css({ ".body > .button":{ color:"red", background:"blue" } }); console.log(css.length);
1