mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 09:56:14 -04:00
Docs: Clean JS imports
This commit is contained in:
parent
8e028956e9
commit
688a638d4d
12 changed files with 204 additions and 3351 deletions
|
@ -8,8 +8,14 @@
|
|||
* Copyright 2019-2021 - Licensed under MIT
|
||||
*/
|
||||
|
||||
import * as MostVisible from './most-visible.js';
|
||||
|
||||
export const scrollspy = {
|
||||
|
||||
mostVisible() {
|
||||
new MostVisible()
|
||||
},
|
||||
|
||||
// Config
|
||||
minWidth: '992px',
|
||||
interval: 75,
|
||||
|
@ -61,3 +67,5 @@ export const scrollspy = {
|
|||
}.bind(this), false);
|
||||
}
|
||||
}
|
||||
|
||||
export default scrollspy;
|
Loading…
Add table
Add a link
Reference in a new issue