mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
12 lines
No EOL
198 B
JavaScript
12 lines
No EOL
198 B
JavaScript
/*
|
|
* Add some magic to Pico docs
|
|
*
|
|
* Pico.css - https://picocss.com
|
|
* Copyright 2019-2021 - Licensed under MIT
|
|
*/
|
|
|
|
// Imports
|
|
import grid from './src/grid.js';
|
|
|
|
// Grid Interaction
|
|
grid.init(); |