Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "seed-props", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Props mixin pack for Seed", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"build:main": "node ./scripts/build.js", | ||
"test": "node ./scripts/test.js && npm run build" | ||
"test:mocha": "mocha", | ||
"test": "npm run test:mocha" | ||
}, | ||
@@ -46,4 +47,5 @@ "repository": { | ||
"mkdirp": "^0.5.1", | ||
"node-sass": "^3.8.0" | ||
"node-sass": "4.5.3", | ||
"seed-bistro": "0.1.5" | ||
} | ||
} |
@@ -6,6 +6,11 @@ # seed-props [![npm version](https://badge.fury.io/js/seed-props.svg)](https://badge.fury.io/js/seed-props) | ||
``` | ||
npm install seed-props --save-dev | ||
npm install seed-props --save | ||
``` | ||
## Documentation | ||
Check out our **[documentation of this pack](http://developer.helpscout.net/seed/packs/seed-props/)**. | ||
## Basic Usage | ||
@@ -80,3 +85,3 @@ | ||
.btn- { | ||
.btn { | ||
@include prop-map($btn-states, (background, border-color)) { | ||
@@ -83,0 +88,0 @@ background: prop(background); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102
9866
3
16
96