stylus/js/color
tophf a4dbe27b46 preserve opacity in uso colors without inline alpha
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 08:39:19 +03:00
..
color-converter.js preserve opacity in uso colors without inline alpha 2021-03-05 08:39:19 +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.