jvetrau-ds 0.1.38 → 0.1.39

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.
@@ -25,7 +25,7 @@
25
25
  margin: 0;
26
26
  }
27
27
 
28
- .markdown > * + * {
28
+ .markdown > :not(:first-child) {
29
29
  /* size */
30
30
  margin-top: var(--markdown-block-gap);
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jvetrau-ds",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "description": "Multi-brand React design system with semantic tokens",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
package/styles.css CHANGED
@@ -1308,7 +1308,7 @@
1308
1308
  margin: 0;
1309
1309
  }
1310
1310
 
1311
- .markdown > * + * {
1311
+ .markdown > :not(:first-child) {
1312
1312
  /* size */
1313
1313
  margin-top: var(--markdown-block-gap);
1314
1314
  }