stylus/vendor-overwrites/colorpicker
Rob Garrison 7ea0200234
Validate UserCSS meta colors. Fixes #554 (#559)
* Validate UserCSS meta colors. Fixes #554

* Add suggestions & optimize code

* Fix parsePercentage return value

* cleanup

* Fix: remove unused variable

* Fix: validate function should return a boolean

* Revert indent

* Fix: cleaner validateRGB

* Fix: validateHSL

* Fix: validateAlpha

* Cleanup

* Fix: remove invalid comment

* Limit color channels to integers
2018-11-18 22:05:38 -06:00
..
colorconverter.js Validate UserCSS meta colors. Fixes #554 (#559) 2018-11-18 22:05:38 -06:00
colorpicker.css use only one ::pseudo for color swatches 2018-08-11 12:18:23 +03:00
colorpicker.js Refactor the entire storage system and the section editor (#518) 2018-11-07 14:09:29 +08:00
colorview.js correctly detect when #RGBA isn't supported 2018-08-11 12:34:16 +03:00
LICENSE Adding external licenses (#424) 2018-07-09 16:39:31 +03:00
README.md Update libraries (#440) 2018-07-21 20:58:54 +03:00

color-picker - forked from v1.0.9

codemirror-colorpicker was heavily modified from its source:

https://github.com/easylogic/codemirror-colorpicker/...

Shortly after this version the source repo split the file and built it using rollup. It should be considered a fork of the original.