coer-elements 2.0.31 → 2.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,10 +63,12 @@
63
63
 
64
64
  @for $i from 1 through 100 {
65
65
  .#{$breakpoint}flex-item-#{$i}px {
66
+ flex-grow: 0 !important;
66
67
  flex-basis: $i * 1px !important;
67
68
  }
68
69
 
69
70
  .#{$breakpoint}flex-item-#{$i} {
71
+ flex-grow: 0 !important;
70
72
  flex-basis: $i * 1% !important;
71
73
  }
72
74
 
@@ -83,6 +85,7 @@
83
85
 
84
86
 
85
87
  .#{$breakpoint}flex-item-150px {
88
+ flex-grow: 0 !important;
86
89
  flex-basis: 150px !important;
87
90
  }
88
91
 
@@ -100,6 +103,7 @@
100
103
  ) {
101
104
 
102
105
  .#{$breakpoint}flex-item-#{$key} {
106
+ flex-grow: 0 !important;
103
107
  flex-basis: $value !important;
104
108
  }
105
109
 
@@ -112,6 +116,7 @@
112
116
 
113
117
  @for $i from 2 through 10 {
114
118
  .#{$breakpoint}flex-item-#{$i * 100}px {
119
+ flex-grow: 0 !important;
115
120
  flex-basis: $i * 100px !important;
116
121
  }
117
122
 
@@ -122,6 +127,7 @@
122
127
 
123
128
  @if($i * 100 + 50 < 1000) {
124
129
  .#{$breakpoint}flex-item-#{$i * 100 + 50}px {
130
+ flex-grow: 0 !important;
125
131
  flex-basis: $i * 100px + 50px;
126
132
  }
127
133