mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
14 lines
310 B
JavaScript
14 lines
310 B
JavaScript
/*
|
|
* Customization
|
|
*
|
|
* Pico.css - https://picocss.com
|
|
* Copyright 2019-2023 - Licensed under MIT
|
|
*/
|
|
|
|
// Imports
|
|
import materialDesignColors from "./src/material-design-colors.js"
|
|
import colorPicker from "./src/color-picker.js"
|
|
|
|
// Color Picker
|
|
colorPicker.colors = materialDesignColors
|
|
colorPicker.init()
|