mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
refactor: lint
This commit is contained in:
parent
672b67896c
commit
7487498805
53 changed files with 1789 additions and 1078 deletions
|
@ -6,9 +6,9 @@
|
|||
*/
|
||||
|
||||
// Imports
|
||||
import materialDesignColors from './src/material-design-colors.js';
|
||||
import colorPicker from './src/color-picker.js';
|
||||
import materialDesignColors from "./src/material-design-colors.js"
|
||||
import colorPicker from "./src/color-picker.js"
|
||||
|
||||
// Color Picker
|
||||
colorPicker.colors = materialDesignColors;
|
||||
colorPicker.init();
|
||||
colorPicker.colors = materialDesignColors
|
||||
colorPicker.init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue