Articles tagged "css"Page 1 of 1

The tyranny of the media query

Using media queries to create distinct experiences for different web browser and device sizes comes at a cost: overly complex web layout code, ignored device sizes, or even in future-proofing your web application. But there is an alternative: truly scalable websites.

Configure Espresso 2 to syntax highlight Sass files

Modifying the OS X app Espresso 2 to support syntax highlighting of Sass files is an easy chore. Just modify the existing CSS plugin to recognize the Sass file extensions ‘sass’ and ‘scss’.

— end of results —