UNPKG

scss-slamp

Version:

Enhance the css clamp() function with a little bit of mathematics.

37 lines (36 loc) 813 B
{ "name": "scss-slamp", "version": "1.3.5", "files": [ "dist" ], "main": "./dist/index.scss", "style": "./dist/index.scss", "devDependencies": { "gulp": "^4.0.2", "gulp-concat": "^2.6.1", "gulp-load-plugins": "^2.0.6", "glob-parent": ">=5.1.2", "set-value": ">=4.0.1" }, "scripts": { "build": "gulp" }, "keywords": [ "scss", "function", "clamp", "slope" ], "description": "Enhance the css clamp() function with a little bit of mathematics.", "repository": { "type": "git", "url": "git+https://github.com/DidoMarchet/scss-slamp.git" }, "author": "Davide Marchet", "license": "MIT", "bugs": { "url": "https://github.com/DidoMarchet/scss-slamp/issues" }, "homepage": "https://github.com/DidoMarchet/scss-slamp#readme" }