UNPKG

postcss-logical-properties-polyfill

Version:

PostCSS plugin that polyfill W3C's CSS proposal to support logical properties and values

53 lines (52 loc) 1.5 kB
{ "name": "postcss-logical-properties-polyfill", "version": "0.1.2", "description": "PostCSS plugin that polyfill W3C's CSS proposal to support logical properties and values", "keywords": [ "postcss", "css", "postcss-plugin", "bidi", "rtl", "ltr", "horizontal", "vertical", "logical" ], "homepage": "https://github.com/erickskrauch/postcss-logical-properties-polyfill", "bugs": { "url": "https://github.com/erickskrauch/postcss-logical-properties-polyfill/issues" }, "license": "MIT", "author": { "name": "ErickSkrauch", "email": "erickskrauch@ely.by", "url": "https://github.com/erickskrauch" }, "main": "dist/plugin.js", "repository": "erickskrauch/postcss-logical-properties-polyfill", "scripts": { "build": "yarn clean && tsc -p tsconfig-build.json", "test": "jest", "tsc": "tsc --pretty", "clean": "rimraf dist" }, "devDependencies": { "@types/jest": "^26.0.22", "@types/node": "^14.14.37", "jest": "^26.6.3", "jest-file-snapshot": "satya164/jest-file-snapshot#2b157be", "postcss": "^8", "postcss-less": "^4.0.1", "postcss-scss": "^3.0.5", "prettier": "^2.2.1", "ts-jest": "^26.5.4", "typescript": "^4.2.3" }, "peerDependencies": { "postcss": "^8" }, "engines": { "node": ">=12" } }