mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
Import Most Visible library
This commit is contained in:
parent
8cb28b3707
commit
4a2e9714f3
5 changed files with 16 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
// Imports
|
||||
import * as mostVisible from './src/most-visible.min.js';
|
||||
import { aside } from './src/aside.js';
|
||||
import { themeSwitcher } from './src/theme-switcher.js';
|
||||
import { materialDesignColors } from './src/material-design-colors.js';
|
||||
|
@ -32,4 +33,4 @@ colorPicker.init();
|
|||
grid.init();
|
||||
|
||||
// Scrollspy
|
||||
scrollspy.init();
|
||||
scrollspy.init(mostVisible);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue