@anydigital/bricks 0.27.0-alpha.5 → 0.27.0-alpha.6

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.
@@ -86,7 +86,7 @@
86
86
  background: linear-gradient(to left, gray, transparent);
87
87
  }
88
88
 
89
- &:where(hr + &) {
89
+ &:where(hr + *) {
90
90
  &::before {
91
91
  display: none !important;
92
92
  }
package/assets/bricks.css CHANGED
@@ -135,7 +135,7 @@ pre {
135
135
  background: linear-gradient(to left, gray, transparent);
136
136
  }
137
137
 
138
- &:where(hr + &) {
138
+ &:where(hr + *) {
139
139
  &::before {
140
140
  display: none !important;
141
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anydigital/bricks",
3
- "version": "0.27.0-alpha.5",
3
+ "version": "0.27.0-alpha.6",
4
4
  "description": "Framework-agnostic CSS utilities and single-file Liquid 'bricks' for modern web development.",
5
5
  "style": "./src/bricks.css",
6
6
  "exports": {
package/src/breakout.css CHANGED
@@ -86,7 +86,7 @@
86
86
  background: linear-gradient(to left, gray, transparent);
87
87
  }
88
88
 
89
- &:where(hr + &) {
89
+ &:where(hr + *) {
90
90
  &::before {
91
91
  display: none !important;
92
92
  }