File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 7.0.2
2
+
3
+ - Fixed: incorrect reduction of subtraction from zero ([ #88 ] ( https://github.com/postcss/postcss-calc/issues/88 ) )
4
+ - Fixed: doesn't remove calc for single function
5
+ - Fixed: relax parser on unknown units ([ #76 ] ( https://github.com/postcss/postcss-calc/issues/76 ) )
6
+ - Fixed: handle numbers with exponen composed ([ #83 ] ( https://github.com/postcss/postcss-calc/pull/83 ) )
7
+ - Fixed: handle plus sign before value ([ #79 ] ( https://github.com/postcss/postcss-calc/pull/79 ) )
8
+ - Fixed: better handle precision for nested calc ([ #75 ] ( https://github.com/postcss/postcss-calc/pull/75 ) )
9
+ - Fixed: properly handle nested add and sub expression inside sub expression ([ #64 ] ( https://github.com/postcss/postcss-calc/issues/64 ) )
10
+ - Fixed: handle uppercase units and functions ([ #71 ] ( https://github.com/postcss/postcss-calc/pull/71 ) )
11
+ - Fixed: do not break ` calc ` with single var ([ cssnano/cssnano #725 ] ( https://github.com/cssnano/cssnano/issues/725 ) )
12
+ - Updated: ` postcss ` to 7.0.27 (patch)
13
+ - Updated: ` postcss-selector-parser ` to 6.0.2
14
+ - Updated: ` postcss-value-parser ` to 4.0.2
15
+
1
16
# 7.0.1
2
17
3
18
- Updated: ` postcss ` to 7.0.2 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-calc" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.0.2 " ,
4
4
"description" : " PostCSS plugin to reduce calc()" ,
5
5
"keywords" : [
6
6
" css" ,
You can’t perform that action at this time.
0 commit comments