Replace bootstrap with Bulma
This commit is contained in:
parent
4e851429d8
commit
fbec98acaf
20 changed files with 126 additions and 138 deletions
|
@ -1,4 +1,9 @@
|
|||
(function ($) {
|
||||
// Update the HTML classes.
|
||||
$('html.no-js').removeClass('no-js').addClass('js');
|
||||
$('html.no-js').addClass('js').removeClass('no-js');
|
||||
|
||||
$('.nav-toggle').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
$(this).siblings('.nav-right').toggleClass('is-active');
|
||||
})
|
||||
})(jQuery);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue