Fixed Navigation Compass Extension

This is an example of a fixed navigation bar compass extension. The CSS position property can also be set to relative for a static navigation. This example also shows how the fixed navigation adjust to the browser viewport for tablets and mobile devices.

There are only two really simple mixins in this compass extension.

  1. The navigation container which sets the minimum height of the navigation bar and
  2. The fixed navigation bar properties and value to style the navigation.

See the source files on github!