UNPKG

@beamwind/core

Version:

compiles tailwind like shorthand syntax into css at runtime

45 lines 1.16 kB
{ "name": "@beamwind/core", "version": "2.3.0", "description": "compiles tailwind like shorthand syntax into css at runtime", "keywords": [ "beamwind", "tailwind" ], "homepage": "https://github.com/kenoxa/beamwind#readme", "bugs": { "url": "https://github.com/kenoxa/beamwind/issues" }, "repository": { "type": "git", "url": "git+https://github.com/kenoxa/beamwind.git", "directory": "packages/core" }, "license": "MIT", "author": "Kenoxa GmbH <https://kenoxa.com>", "main": "./node/core.js", "dependencies": { "tiny-css-prefixer": "^1.1.4" }, "publishConfig": { "access": "public" }, "gitHead": "455ccf1ebdafc315b775b3c4f235267c617877ee", "exports": { ".": { "node": "./node/core.js", "esnext": "./esnext/core.js", "module": "./module/core.js", "script": "./script/core.js", "browser": "./module/core.js", "default": "./node/core.js", "types": "./types/core.d.ts" }, "./": "./" }, "esnext": "./esnext/core.js", "module": "./module/core.js", "unpkg": "./script/core.js", "types": "./types/core.d.ts", "sideEffects": false }