@unocss/transformer-variant-group 0.58.0 → 0.58.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -33,7 +33,7 @@ Will be transformed to:
33
33
 
34
34
  ```html
35
35
  <div class="hover:bg-gray-400 hover:font-medium font-light font-mono"/>
36
- ```
36
+ ```
37
37
 
38
38
  ## License
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/transformer-variant-group",
3
- "version": "0.58.0",
3
+ "version": "0.58.2",
4
4
  "description": "Variant group transformer for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@unocss/core": "0.58.0"
36
+ "@unocss/core": "0.58.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "magic-string": "^0.30.5"