@internetstiftelsen/styleguide 2.24.41-beta.0.2 → 2.24.41

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": "@internetstiftelsen/styleguide",
3
- "version": "2.24.41-beta.0.2",
3
+ "version": "2.24.41",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -348,11 +348,3 @@ div.aligncenter {
348
348
  margin-top: -#{rhythm(3)};
349
349
  }
350
350
  }
351
-
352
- .wp-block-iis-visualization {
353
- [class*=content] {
354
- p {
355
- margin-top: 0;
356
- }
357
- }
358
- }
@@ -137,6 +137,14 @@
137
137
  padding-left: rhythm(4);
138
138
  }
139
139
  }
140
+
141
+ &.wp-block-iis-visualization {
142
+ @include e(content) {
143
+ p {
144
+ margin-top: 0;
145
+ }
146
+ }
147
+ }
140
148
  }
141
149
 
142
150
  @include m(bordered) {