@unocss/transformer-variant-group 0.32.9 → 0.32.11

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/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @unocss/transformer-variant-group
2
2
 
3
+ <!-- @unocss-ignore -->
4
+
3
5
  Enables the [variant group feature of Windi CSS](https://windicss.org/features/variant-groups.html) for UnoCSS.
4
6
 
5
7
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/transformer-variant-group",
3
- "version": "0.32.9",
3
+ "version": "0.32.11",
4
4
  "description": "Variant group transformer for UnoCSS",
5
5
  "keywords": [
6
6
  "unocss",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "sideEffects": false,
34
34
  "dependencies": {
35
- "@unocss/core": "0.32.9"
35
+ "@unocss/core": "0.32.11"
36
36
  },
37
37
  "devDependencies": {
38
38
  "magic-string": "^0.26.1"