Styling without CSS
Well, not quite. The idea is to get rid of static CSS files and have the styling in a JavaScript file, in the form of JSON. Defining the styles using JavaScript is quite powerful and flexible as well, especially when combined with a good selector engine like jQuery. JSON stylesheets explains the benefits of using [...]