Docs: Sidebar styles

This commit is contained in:
Lucas Larroche 2021-11-02 00:20:55 +07:00
parent 7e02e9f959
commit c71144455b
52 changed files with 247 additions and 159 deletions

View file

@ -7,6 +7,7 @@
// Imports
import themeSwitcher from './src/theme-switcher.js';
import toggleNavigation from './src/toggle-navigation';
// Theme switcher
themeSwitcher.addButton({
@ -14,4 +15,7 @@ themeSwitcher.addButton({
class: 'contrast switcher theme-switcher',
target: 'body',
});
themeSwitcher.init();
themeSwitcher.init();
// Toggle navigation
toggleNavigation.init();