We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ef961 commit 41515e4Copy full SHA for 41515e4
.changeset/warm-coins-clap.md
packages/compiler/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @astrojs/compiler
2
3
+## 3.0.1
4
+
5
+### Patch Changes
6
7
+- 05ef961: Fix scoped CSS nesting so descendant selectors without `&` inside nested rules are not incorrectly re-scoped.
8
9
## 3.0.0
10
11
### Major Changes
packages/compiler/package.json
@@ -5,7 +5,7 @@
"type": "module",
"bugs": "https://github.com/withastro/compiler/issues",
"homepage": "https://astro.build",
- "version": "3.0.0",
+ "version": "3.0.1",
"scripts": {
"build": "tsup"
},
0 commit comments