styleguide: move scripts, add mobile navigation, style generator
All checks were successful
/ build (push) Successful in 9s
All checks were successful
/ build (push) Successful in 9s
This commit is contained in:
parent
4ebc78ae1f
commit
fa75654b11
16 changed files with 390 additions and 112 deletions
3
styleguide/assets/script/styleguide.js
Normal file
3
styleguide/assets/script/styleguide.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
document.querySelector('nav > button').addEventListener('click', (e) => {
|
||||
document.querySelector('nav').classList.toggle('visible');
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue