UNPKG

color-claim-sass

Version:

color-claim-sass is Sass a color library, with a set of accompanying functions, classes and mixins. They are based on Tobias van Schneider's Color Claim. See all the color swatches over at http://www.vanschneider.com/colors/

32 lines (31 loc) 1.1 kB
{ "name": "color-claim-sass", "version": "1.1.0", "description": "color-claim-sass is Sass a color library, with a set of accompanying functions, classes and mixins. They are based on Tobias van Schneider's Color Claim. See all the color swatches over at http://www.vanschneider.com/colors/", "scripts": { "start": "npm run watch", "build": "node-sass --include-path scss scss/color-claim.scss css/color-claim.css && node-sass --output-style compressed --include-path scss scss/color-claim.scss css/color-claim.min.css", "watch": "nodemon -e scss -x \"npm run build\"" }, "repository": { "type": "git", "url": "git+https://github.com/jeroenptrs/color-claim-sass.git" }, "keywords": [ "sass", "color", "claim", "library", "design" ], "author": "Jeroen Peeters <contact@jeroenpeeters.me>", "license": "MIT", "bugs": { "url": "https://github.com/jeroenptrs/color-claim-sass/issues" }, "homepage": "https://github.com/jeroenptrs/color-claim-sass#readme", "devDependencies": { "node-sass": "^4.5.3", "nodemon": "^1.11.0" } }