remove unused build-responsive.less
[bootswatch] / bower_components / bootstrap / examples / offcanvas / offcanvas.js
1 $(document).ready(function() {
2   $('[data-toggle=offcanvas]').click(function() {
3     $('.row-offcanvas').toggleClass('active');
4   });
5 });