UNPKG

@unocss/transformer-directives

Version:

UnoCSS transformer for `@apply` directive

42 lines 952 B
{ "name": "@unocss/transformer-directives", "type": "module", "version": "66.7.0", "description": "UnoCSS transformer for `@apply` directive", "author": "hannoeru <me@hanlee.co>", "license": "MIT", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-presets/transformer-directives" }, "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": { "css-tree": "^3.2.1", "@unocss/core": "66.7.0", "@unocss/rule-utils": "66.7.0" }, "devDependencies": { "magic-string": "^0.30.21" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch" } }