@toheeb/base 1.7.0 → 1.7.2

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.
Files changed (2) hide show
  1. package/base.css +4 -3
  2. package/package.json +1 -1
package/base.css CHANGED
@@ -64,7 +64,7 @@ summary, legend, dt, th
64
64
  }
65
65
 
66
66
  /* 3c */
67
- :is(h1, h2, h3, h4, h5, h6) ~ p
67
+ hgroup :is(h1, h2, h3, h4, h5, h6) ~ p
68
68
  {
69
69
  --bfs: var(--bfs-200);
70
70
  }
@@ -134,7 +134,7 @@ p {
134
134
 
135
135
  /* 6 */
136
136
  h1, h2, h3, h4, h5, h6,
137
- :is(h1, h2, h3, h4, h5, h6) ~ p,
137
+ hgroup :is(h1, h2, h3, h4, h5, h6) ~ p,
138
138
  summary, legend, dt, th
139
139
  {
140
140
  text-wrap: balance;
@@ -183,7 +183,7 @@ p:has(~ :is(h1, h2, h3, h4, h5, h6)) {
183
183
 
184
184
  /* 5b */
185
185
  dt,
186
- :is(h1, h2, h3, h4, h5, h6) ~ p {
186
+ hgroup :is(h1, h2, h3, h4, h5, h6) ~ p {
187
187
  margin-block: calc(.50 * var(--bbg));
188
188
  }
189
189
 
@@ -366,6 +366,7 @@ p + p {
366
366
  * list layers to contain their markers
367
367
  */
368
368
  hgroup,
369
+ h1, h2, h3, h4, h5, h6,
369
370
  summary, legend, th, dt,
370
371
  p, pre,
371
372
  blockquote, fieldset, address, figure,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toheeb/base",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "A classless stylesheet for Personalizable Web Design",
5
5
  "main": "index.js",
6
6
  "scripts": {