pacem-less 0.53.0-riemann → 0.53.0-ruffini

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.
@@ -161,6 +161,12 @@
161
161
  }
162
162
  }
163
163
 
164
+ > .flex-stretch,
165
+ > .self-stretch,
166
+ > .self-fill {
167
+ align-self: stretch;
168
+ }
169
+
164
170
  &.flex-fill > .flex-noshrink,
165
171
  > .flex-noshrink {
166
172
  flex-shrink: 0;
@@ -154,7 +154,7 @@ each(@all_colors,{
154
154
  }
155
155
 
156
156
  /* form-field context */
157
- @{P}-form-field @{P}-slider > .@{PCSS}-slider {
157
+ @{P}-form-field:not(.slider-nofooter) @{P}-slider > .@{PCSS}-slider {
158
158
 
159
159
  .slider-footer {
160
160
  .FontTech(.8);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.53.0-riemann",
2
+ "version": "0.53.0-ruffini",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {