Releases: MoOx/reduce-css-calc
Releases · MoOx/reduce-css-calc
2.1.8
2.1.7
v2.1.6
2.1.6
2.1.5
2.1.4
- Prevent webpack parsing issue
(see zaach/jison#352)
2.1.3
2.1.2
- Fixed: Incorrect reduction of division with custom property (e.g.
calc(var(--foo) / 2)
) (#41 - @Semigradsky)
v2.1.1
v2.1.0
- Added: Support for working in browsers without transpiling (#36 - @Semigradsky)
- Fixed:
calc(100vw - (100vw - 100%))
does not evaluate to100%
(#35 - @Semigradsky)
v2.0.5
- Fixed: Support division with a CSS variable.