Skip to content

Releases: btholt/postcss-colorblind

v1.0.0

24 Nov 16:47
Compare
Choose a tag to compare
  • BREAKING: postcss-colorblind must now be used as an asynchronous plugin.
  • BREAKING: Now requires PostCSS 5.
  • Add support for rewriting image references where possible to color-shifted
    inline base 64 data.
  • Add support for colors inside gradients.
  • Fixes an issue where the whole declaration would be lowercased, destroying
    certain case-sensitive tokens. Now, only <color> values are lowercased.
  • Now correctly calculates opacity for 4 & 8 character hex codes.

Add hexa support

12 Nov 05:34
Compare
Choose a tag to compare
0.4.0

0.4.0 Add hexa support.

0.3.0

21 May 21:51
Compare
Choose a tag to compare
0.3.0 :godmode: More linting, testing, and fix bugs for hex matching

0.2.1

02 May 19:33
Compare
Choose a tag to compare
Fixed plugin keyword

0.2.0

02 May 05:29
Compare
Choose a tag to compare
1.0.0 - Finish CSS color name addition. Bring plugin in line with Pos…

0.1.0

02 May 04:52
Compare
Choose a tag to compare

Initial release