UNPKG

@capsizecss/vanilla-extract

Version:

Vanilla-extract integration for capsize

57 lines 1.24 kB
{ "name": "@capsizecss/vanilla-extract", "version": "2.0.1", "description": "Vanilla-extract integration for capsize", "keywords": [ "capsize", "leading trim", "white space", "baseline", "basekick", "cap height", "typography", "line gap", "leading", "vanilla-extract" ], "repository": { "type": "git", "url": "https://github.com/seek-oss/capsize.git", "directory": "packages/vanilla-extract" }, "license": "MIT", "author": { "name": "Michael Taranto", "homepage": "https://github.com/michaeltaranto" }, "exports": { ".": { "types": { "import": "./dist/index.d.mts", "require": "./dist/index.d.ts" }, "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./package.json": "./package.json" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@capsizecss/core": "4.1.2" }, "devDependencies": { "@vanilla-extract/css": "^1.9.2" }, "peerDependencies": { "@vanilla-extract/css": "^1.4.0" }, "scripts": { "build": "crackle package", "dev": "crackle dev --shim=none" } }