@internetstiftelsen/styleguide 3.0.17 → 3.0.18

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": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -278,7 +278,8 @@ figure {
278
278
  // Address differences between Firefox and other browsers.
279
279
  //
280
280
 
281
- hr {
281
+ hr,
282
+ hr.wp-block-separator {
282
283
  box-sizing: content-box;
283
284
  width: 100%;
284
285
  height: 0;
@@ -348,7 +348,7 @@ div.aligncenter {
348
348
  }
349
349
  }
350
350
 
351
- .wp-block-separator {
351
+ hr.wp-block-separator {
352
352
  display: flex;
353
353
  border-top: 0;
354
354
  border-color: $color-concrete;