UNPKG

@unocss/transformer-compile-class

Version:

Compile group of classes into one class

41 lines 958 B
{ "name": "@unocss/transformer-compile-class", "type": "module", "version": "66.6.1", "description": "Compile group of classes into one class", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-presets/transformer-compile-class" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-transformer" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.mts", "files": [ "dist" ], "dependencies": { "@unocss/core": "66.6.1" }, "devDependencies": { "magic-string": "^0.30.21" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch" } }