postcss-gap-properties
Version:
Use the gap, column-gap, and row-gap shorthand properties in CSS
78 lines (77 loc) • 1.52 kB
JSON
{
"name": "postcss-gap-properties",
"description": "Use the gap, column-gap, and row-gap shorthand properties in CSS",
"version": "6.0.0",
"contributors": [
{
"name": "Antonio Laguna",
"email": "antonio@laguna.es",
"url": "https://antonio.laguna.es"
},
{
"name": "Jonathan Neal",
"email": "jonathantneal@hotmail.com"
},
{
"name": "Romain Menke",
"email": "romainmenke@gmail.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"
],
"peerDependencies": {
"postcss": "^8.4"
},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/csstools/postcss-plugins.git",
"directory": "plugins/postcss-gap-properties"
},
"bugs": "https://github.com/csstools/postcss-plugins/issues",
"keywords": [
"columns",
"css",
"gaps",
"grids",
"layouts",
"postcss",
"postcss-plugin",
"prefixes",
"rows",
"shorthands"
]
}