UNPKG

mixkit

Version:

A lightweight collection of useful Sass mixins and functions.

32 lines (31 loc) 836 B
{ "name": "mixkit", "description": "A lightweight collection of useful Sass mixins and functions.", "version": "1.0.0-alpha.1", "author": "Elias Early-Manchester", "license": "MIT", "homepage": "https://github.com/mixkit/mixkit#readme", "repository": "git+https://github.com/mixkit/mixkit.git", "keywords": [ "css", "scss", "sass", "flexbox", "sass-mixins", "sass-library", "sass-framework", "mixkit" ], "bugs": { "url": "https://github.com/mixkit/mixkit/issues" }, "devDependencies": {}, "peerDependencies": {}, "scripts": { "watch": "sass --style expanded --no-error-css --no-source-map --watch test/ src/:test/ --load-path=src" }, "files": [ "src", "src/**/*.scss" ] }