/off-canvas-menu

A responsive off-canvas menu using CSS transforms and transitions. This repository contains several demos to support a Smashing Magazine article.

Primary LanguageCSS

Responsive Off Canvas Menu

A responsive off-canvas menu using CSS transforms and transitions. This repository contains several demos to support a Smashing Magazine article.

Implementing Off-Canvas Navigation For A Responsive Website

Copyright © David Bushell | BSD & MIT license

Todo

  • vyhodit compass dependency a vyhazet jeho mixiny

Development

Init Sass/Compass project:

$ gem install compass
$ cd <myproject>
$ compass create --sass-dir "src" --css-dir "css" --javascripts-dir "js" --images-dir "img"

To compile Sass:

$ compass watch