Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@unocss/transformer-variant-group

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/transformer-variant-group - npm Package Compare versions

Comparing version 0.27.6 to 0.28.0

23

package.json
{
"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 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc