We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3f5ab commit 6c1545aCopy full SHA for 6c1545a
‎.changeset/tidy-comics-shave.md‎
‎CHANGELOG.md‎
@@ -1,5 +1,11 @@
1
# @hebilicious/cssforge
2
3
+## 0.4.1
4
+
5
+### Patch Changes
6
7
+- 8b3f5ab: fix nesting for selector and atRules
8
9
## 0.4.0
10
11
### Minor Changes
‎deno.json‎
@@ -1,6 +1,6 @@
{
"name": "@hebilicious/cssforge",
- "version": "0.4.0",
+ "version": "0.4.1",
"license": "MIT",
"exports": {
".": "./src/mod.ts",
‎package.json‎
"type": "module",
"scripts": {
"version": "npx @changesets/cli version && node scripts/sync-version.js"
0 commit comments