@unocss/transformer-variant-group
Advanced tools
Comparing version 0.27.6 to 0.28.0
{ | ||
"name": "@unocss/transformer-variant-group", | ||
"version": "0.27.6", | ||
"version": "0.28.0", | ||
"description": "Variant group transformer for UnoCSS", | ||
@@ -14,2 +14,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"repository": { | ||
@@ -21,7 +22,5 @@ "type": "git", | ||
"funding": "https://github.com/sponsors/antfu", | ||
"author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"sideEffects": false, | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
@@ -33,7 +32,8 @@ ".": { | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@unocss/core": "0.27.6" | ||
"@unocss/core": "0.28.0" | ||
}, | ||
@@ -46,3 +46,4 @@ "devDependencies": { | ||
"stub": "unbuild --stub" | ||
} | ||
}, | ||
"readme": "# @unocss/transformer-variant-group\n\nEnables the [variant group feature of Windi CSS](https://windicss.org/features/variant-groups.html) for UnoCSS.\n\n## Install\n\n```bash\nnpm i -D @unocss/transformer-variant-group\n```\n\n```ts\nimport Unocss from 'unocss/vite'\nimport transformerVariantGroup from '@unocss/transformer-variant-group'\n\nUnocss({\n transformers: [\n transformerVariantGroup(),\n ],\n})\n```\n\n## Usage\n\n```html\n<div class=\"hover:(bg-gray-400 font-medium) font-(light mono)\"/>\n```\n\nWill be transformed to:\n\n```html\n<div class=\"hover:bg-gray-400 hover:font-medium font-light font-mono\"/>\n``` \n\n## License\n\nMIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)\n" | ||
} |
@@ -18,3 +18,3 @@ # @unocss/transformer-variant-group | ||
transformerVariantGroup(), | ||
] | ||
], | ||
}) | ||
@@ -21,0 +21,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4268
+ Added@unocss/core@0.28.0(transitive)
- Removed@unocss/core@0.27.6(transitive)
Updated@unocss/core@0.28.0