stylus/js/color
tophf 65ac351699
preserve opacity in colorpicker for preprocessor uso config (#1200)
USO has always produced 6-digit #rrggbb so some styles rely on it
and use /*[[color]]*/11 notation to specify the transparency.
Now we will try to preserve the opacity customized by the user
via colorpicker unless the style specifies it inline.
2021-03-05 17:25:05 +03:00
..
color-converter.js preserve opacity in colorpicker for preprocessor uso config (#1200) 2021-03-05 17:25:05 +03:00
color-mimicry.js API groups + use executeScript for early injection (#1149) 2021-01-01 17:27:58 +03:00
color-picker.css API groups + use executeScript for early injection (#1149) 2021-01-01 17:27:58 +03:00
color-picker.js API groups + use executeScript for early injection (#1149) 2021-01-01 17:27:58 +03:00
color-view.js API groups + use executeScript for early injection (#1149) 2021-01-01 17:27:58 +03:00
LICENSE API groups + use executeScript for early injection (#1149) 2021-01-01 17:27:58 +03:00
README.md API groups + use executeScript for early injection (#1149) 2021-01-01 17:27:58 +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.