mirror of
https://github.com/picocss/pico.git
synced 2025-02-24 00:39:20 -05:00
This reverts commit 6a6d67dbab230a058b494f6a468ed5f4423f1c4c, reversing changes made to ba4bd765d8fb28466d816c098b03476754c13fc3.
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(); |