mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
Add scripts to build and watch files
This commit is contained in:
parent
2986278b15
commit
8e028956e9
23 changed files with 13439 additions and 1660 deletions
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
// 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';
|
||||
|
@ -33,4 +32,4 @@ colorPicker.init();
|
|||
grid.init();
|
||||
|
||||
// Scrollspy
|
||||
scrollspy.init(mostVisible);
|
||||
scrollspy.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue