mirror of
https://github.com/picocss/pico.git
synced 2025-02-24 00:39:20 -05:00
14 lines
313 B
JavaScript
14 lines
313 B
JavaScript
|
/*
|
||
|
* Customization
|
||
|
*
|
||
|
* Pico.css - https://picocss.com
|
||
|
* Copyright 2019-2021 - 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();
|