minolith 1.3.0 → 1.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minolith",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "design system by minominolyly",
5
5
  "main": "src/minolith.scss",
6
6
  "scripts": {
@@ -216,8 +216,8 @@
216
216
  position: relative;
217
217
  width: 100%;
218
218
  max-width: 100%;
219
- padding-top: calc(var(--#{variables.$prefix}gutter-y) * 0.5);
220
- padding-bottom: calc(var(--#{variables.$prefix}gutter-y) * 0.5);
221
- padding-right: calc(var(--#{variables.$prefix}gutter-x) * 0.5);
222
- padding-left: calc(var(--#{variables.$prefix}gutter-x) * 0.5);
219
+ padding-top: calc(var(--#{variables.$prefix}columns-gutter-y) * 0.5);
220
+ padding-bottom: calc(var(--#{variables.$prefix}columns-gutter-y) * 0.5);
221
+ padding-right: calc(var(--#{variables.$prefix}columns-gutter-x) * 0.5);
222
+ padding-left: calc(var(--#{variables.$prefix}columns-gutter-x) * 0.5);
223
223
  }