UNPKG

eliasearlym-npm-test

Version:

A lightweight collection of useful Sass mixins and functions.

33 lines (32 loc) 829 B
{ "name": "eliasearlym-npm-test", "description": "A lightweight collection of useful Sass mixins and functions.", "version": "1.0.0-alpha.1", "author": "Elias Early-Manchester", "license": "MIT", "keywords": [ "css", "scss", "sass", "flexbox", "sass-mixins", "sass-library", "sass-framework", "mixkit" ], "devDependencies": { "sass": "^1.32.8", "stylelint": "^13.11.0", "stylelint-config-reflex": "^1.4.1" }, "peerDependencies": { "stylelint": "^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" }, "scripts": { "watch": "sass --style expanded --no-error-css --no-source-map --watch test/ src/:test/ --load-path=src" }, "files": [ "src", "src/**/*.scss" ] }