15/02/2016

Responsiville relies on Javascript

The Responsiville framework relies on Javascript so that the developer does not need to write CSS media queries in order to provide responsive behaviour. Of course they still can use them as they like, but it is not necessary. In everyday development the responsive breakpoints are replaced by classes on the HTML element, which are set via Javascript upon the window resize event. This way, responsive design becomes more semantic and breakpoints are easier to remember.

Home page