@toheeb/base 1.4.1 → 1.4.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 +5 -5
  2. package/package.json +1 -1
package/base.css CHANGED
@@ -251,19 +251,19 @@ summary, legend, th
251
251
  /* 5e */
252
252
 
253
253
  header,
254
- figcaption:first-child
254
+ :where(figcaption:first-child)
255
255
  {
256
256
  padding: 0 0 var(--bbg);
257
257
  }
258
258
 
259
259
  header + *,
260
- figcaption:first-child + *
260
+ :where(figcaption:first-child + *)
261
261
  {
262
262
  margin-block-start: var(--bbg-200);
263
263
  }
264
264
 
265
265
  footer,
266
- figcaption:last-child
266
+ :where(figcaption:last-child)
267
267
  {
268
268
  padding: var(--bbg) 0 0;
269
269
  margin-block-start: var(--bbg-200);
@@ -482,7 +482,7 @@ header {
482
482
  background-position: 50% 100%;
483
483
  }
484
484
 
485
- figcaption:first-child {
485
+ :where(figcaption:first-child) {
486
486
  background-image: repeating-linear-gradient(
487
487
  45deg,
488
488
  currentColor 0,
@@ -510,7 +510,7 @@ hr {
510
510
  background-repeat: no-repeat;
511
511
  }
512
512
 
513
- figcaption:last-child {
513
+ :where(figcaption:last-child) {
514
514
  background-image: repeating-linear-gradient(
515
515
  135deg,
516
516
  currentColor 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toheeb/base",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "A classless stylesheet for Personalizable Web Design",
5
5
  "main": "index.js",
6
6
  "scripts": {