@fylgja/flex-grid
Version:
Create a fully fledged css grid with the power of flexbox
29 lines (28 loc) • 726 B
JSON
{
"name": "@fylgja/flex-grid",
"version": "3.0.0",
"description": "Create a fully fledged css grid with the power of flexbox",
"homepage": "https://getfylgja.com/",
"repository": "https://github.com/fylgja/fylgja-flex-grid",
"bugs": "https://github.com/fylgja/fylgja-flex-grid/issues",
"author": "Fylgja",
"license": "MIT",
"main": "_index.scss",
"unpkg": "flex-grid.css",
"style": "flex-grid.css",
"keywords": [
"fylgja",
"fylgja component",
"grid",
"flex-grid"
],
"scripts": {
"build": "sass flex-grid.scss flex-grid.css --no-source-map -s compressed -I node_modules"
},
"dependencies": {
"@fylgja/mq": "^1.0.0"
},
"devDependencies": {
"sass": "^1.43.4"
}
}