postcss-subgrid
Version:
PostCSS plugin that shims very basic behavior of the proposed CSS subgrid spec
35 lines (34 loc) • 780 B
JSON
{
"name": "postcss-subgrid",
"version": "1.1.0",
"description": "PostCSS plugin that shims very basic behavior of the proposed CSS subgrid spec",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"grid",
"subgrid",
"polyfill"
],
"author": "Sean King <sean@seanking.org>",
"license": "MIT",
"repository": "seaneking/postcss-subgrid",
"bugs": {
"url": "https://github.com/seaneking/postcss-subgrid/issues"
},
"homepage": "https://github.com/seaneking/postcss-subgrid",
"dependencies": {
"postcss": "^7.0.21"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-plugin-jest": "^23.0.3",
"jest": "^24.9.0"
},
"scripts": {
"test": "jest && eslint *.js"
},
"jest": {
"testEnvironment": "node"
}
}