Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 886 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 886 Bytes

Changelog

This document contains changes in this package with each version change.

[1.2.3] - 2020-05-19 (latest)

  • Rewamped base script to remove restriction to use unique theme color values for different variables, now you can use same color for multiple variables or even variables as value for other variables
  • now generated color.less size has been reduced by 30% or more (300kB -> 200kB) due to removal of redundant rules and ant design variables

[1.2.1] - 2020-04-25 (latest)

  • Added code to remove statements with value containing url like background: url('some url') in color.less file
  • Here is detail about the issue: mzohaibqc#38

[1.2.0] - 2020-04-25

  • Added code to remove background-image url in color.less file
  • Here is detail about the issue: mzohaibqc#8