postcss-logical
Version:
Use logical properties and values in CSS
95 lines (94 loc) • 1.69 kB
JSON
{
"name": "postcss-logical",
"description": "Use logical properties and values in CSS",
"version": "8.1.0",
"contributors": [
{
"name": "Antonio Laguna",
"email": "antonio@laguna.es",
"url": "https://antonio.laguna.es"
},
{
"name": "Romain Menke",
"email": "romainmenke@gmail.com"
},
{
"name": "Jonathan Neal",
"email": "jonathantneal@hotmail.com"
}
],
"license": "MIT-0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/csstools"
},
{
"type": "opencollective",
"url": "https://opencollective.com/csstools"
}
],
"engines": {
"node": ">=18"
},
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"default": "./dist/index.cjs"
}
}
},
"files": [
"CHANGELOG.md",
"LICENSE.md",
"README.md",
"dist"
],
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.4"
},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/csstools/postcss-plugins.git",
"directory": "plugins/postcss-logical"
},
"bugs": "https://github.com/csstools/postcss-plugins/issues",
"keywords": [
"align",
"block",
"border",
"css",
"dir",
"directional",
"directions",
"end",
"flow",
"inline",
"logical",
"ltr",
"margin",
"padding",
"postcss",
"postcss-plugin",
"properties",
"property",
"relative",
"rtl",
"size",
"start",
"text",
"values"
]
}