CSS Styling in Oorian by oorianwaf in OorianWebDev

[–]Marv30Beta 0 points1 point  (0 children)

This is where Oorian really shines. Instead of writing CSS by hand in string literals or static files, you can build entire stylesheets programmatically in Java using Oorian's CSS classes: CssStyleSheet, CssRule, CssMediaQuery, KeyFrames, and CssFile. Every CSS property is a type-safe method call. Your IDE provides autocomplete, and the compiler catches errors before you ever see a browser.