responsive-nav-rails

responsive-nav for the Rails asset pipeline

Installation

Add this line to your application's Gemfile:

gem "responsive-nav-rails"

Usage

In your CSS manifest file:

*= responsive-nav

In your JavaScript manifest file:

//= responsive-nav

or for the minified version

//= responsive-nav.min

License

The MIT License