Is it possible to separate Stylus definitions with semicolons?
Eg:
div.somclass color blue; height 20px; border 1px solid blue;
Yep, see http://codepen.io/anon/pen/pJWzzw (view compiled CSS)
div.somclass { color: #00f; height: 20px; border: 1px solid #00f; }
Yep, see http://codepen.io/anon/pen/pJWzzw (view compiled CSS)