UNPKG

@fabiocaccamo/wall.css

Version:

Pure (s)css block-grid implementation with extra features.

33 lines (32 loc) 797 B
{ "name": "@fabiocaccamo/wall.css", "version": "0.4.0", "description": "Pure (s)css block-grid implementation with extra features.", "keywords": [ "html", "css", "list", "block", "grid", "columns", "cols", "ratio", "spacing", "custom", "bootstrap", "wall" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fabiocaccamo/wall.css" }, "scripts": { "build": "rm -rf dist && npx sass src/scss/wall.scss dist/css/wall.css --style=expanded --no-source-map && npx sass src/scss/wall.scss dist/css/wall.min.css --style=compressed --no-source-map", "reinstall": "rm package-lock.json && rm -rf node_modules && npm install" }, "private": false, "dependencies": { "sass": "^1.83.4" } }