@4c/layout
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,8 @@ | ||
## [2.0.2](https://github.com/4Catalyzer/layout/compare/v2.0.1...v2.0.2) (2020-01-29) | ||
### Bug Fixes | ||
* grow being ignored ([c979771](https://github.com/4Catalyzer/layout/commit/c979771f4de79c2d8776daed06e8e1726aca393e)) | ||
## [2.0.1](https://github.com/4Catalyzer/layout/compare/v2.0.0...v2.0.1) (2020-01-28) | ||
@@ -2,0 +9,0 @@ |
@@ -101,3 +101,3 @@ import "./Layout.css"; | ||
if (grow && flexValue != null) { | ||
if (grow && flexValue == null) { | ||
flexValue = '1 0 auto'; | ||
@@ -140,3 +140,3 @@ } | ||
if (grow && flexValue != null) { | ||
if (grow && flexValue == null) { | ||
flexValue = '1 0 auto'; | ||
@@ -143,0 +143,0 @@ } |
@@ -106,3 +106,3 @@ "use strict"; | ||
if (grow && flexValue != null) { | ||
if (grow && flexValue == null) { | ||
flexValue = '1 0 auto'; | ||
@@ -145,3 +145,3 @@ } | ||
if (grow && flexValue != null) { | ||
if (grow && flexValue == null) { | ||
flexValue = '1 0 auto'; | ||
@@ -148,0 +148,0 @@ } |
{ | ||
"name": "@4c/layout", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33988