@iroco/ui 0.11.1 → 0.13.1

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.
@@ -155,7 +155,7 @@ $width-mobile-S: calc(100% - 20px);
155
155
 
156
156
  }
157
157
 
158
- @mixin container-medium {
158
+ @mixin container-medium() {
159
159
  width: $width-mobile-S;
160
160
  max-width: $width-laptop-L;
161
161
  margin-left: auto;
@@ -188,7 +188,7 @@ $width-mobile-S: calc(100% - 20px);
188
188
 
189
189
  }
190
190
 
191
- @mixin container-small {
191
+ @mixin container-small() {
192
192
  width: $width-mobile-S;
193
193
  max-width: $width-tablet;
194
194
  margin-left: auto;