matcha-theme 1.0.19 → 1.0.20

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.
@@ -141,9 +141,9 @@
141
141
  // Dynamic gaps
142
142
  // -------------------------------------------------------------------------------------------------------------------
143
143
  .gap-inside {
144
- -moz-column-gap: 8px;
145
- column-gap: 8px;
146
- row-gap: 8px;
144
+ -moz-column-gap: 16px;
145
+ column-gap: 16px;
146
+ row-gap: 16px;
147
147
  }
148
148
  .gap-outside {
149
149
  -moz-column-gap: 16px;
@@ -151,11 +151,6 @@
151
151
  row-gap: 16px;
152
152
  }
153
153
  @media screen and (min-width: 600px) {
154
- .gap-inside {
155
- -moz-column-gap: 16px;
156
- column-gap: 16px;
157
- row-gap: 16px;
158
- }
159
154
  .gap-outside {
160
155
  -moz-column-gap: 24px;
161
156
  column-gap: 24px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "styles for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {