Releases: MoOx/reduce-css-calc
Releases · MoOx/reduce-css-calc
2.1.8
08 Jan 10:02
Compare
Sorry, something went wrong.
No results found
2.1.7
22 Oct 06:46
Compare
Sorry, something went wrong.
No results found
v2.1.6
11 Jan 12:24
Compare
Sorry, something went wrong.
No results found
2.1.5
20 Sep 12:22
Compare
Sorry, something went wrong.
No results found
2.1.4
22 Jan 08:31
Compare
Sorry, something went wrong.
No results found
2.1.3
27 Nov 09:06
Compare
Sorry, something went wrong.
No results found
Fixed: Incorrect reduction for a specific case (e.g. calc(1em + (1em - 5px))) (#43 - @Justineo )
2.1.2
26 Nov 18:10
Compare
Sorry, something went wrong.
No results found
Fixed: Incorrect reduction of division with custom property (e.g. calc(var(--foo) / 2)) (#41 - @Semigradsky )
v2.1.1
12 Oct 16:50
Compare
Sorry, something went wrong.
No results found
Fixed: Incorrect reduction of nested expression (e.g. calc( (1em - calc( 10px + 1em)) / 2)) (#39 - @gyoshev )
v2.1.0
12 Oct 16:49
Compare
Sorry, something went wrong.
No results found
Added: Support for working in browsers without transpiling (#36 - @Semigradsky )
Fixed: calc(100vw - (100vw - 100%)) does not evaluate to 100% (#35 - @Semigradsky )
v2.0.5
12 Oct 16:48
Compare
Sorry, something went wrong.
No results found
Fixed: Support division with a CSS variable.