mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
refactor: lint
This commit is contained in:
parent
672b67896c
commit
7487498805
53 changed files with 1789 additions and 1078 deletions
|
@ -6,16 +6,16 @@
|
|||
*/
|
||||
|
||||
// Imports
|
||||
import themeSwitcher from './src/theme-switcher.js';
|
||||
import toggleNavigation from './src/toggle-navigation';
|
||||
import themeSwitcher from "./src/theme-switcher.js"
|
||||
import toggleNavigation from "./src/toggle-navigation"
|
||||
|
||||
// Theme switcher
|
||||
themeSwitcher.addButton({
|
||||
tag: 'BUTTON',
|
||||
class: 'contrast switcher theme-switcher',
|
||||
target: 'body',
|
||||
});
|
||||
themeSwitcher.init();
|
||||
tag: "BUTTON",
|
||||
class: "contrast switcher theme-switcher",
|
||||
target: "body",
|
||||
})
|
||||
themeSwitcher.init()
|
||||
|
||||
// Toggle navigation
|
||||
toggleNavigation.init();
|
||||
toggleNavigation.init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue