@littlemissrobot/sass-functions
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "@littlemissrobot/sass-functions", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Little Miss Robot sass functions library that helps execute reusable and complex tasks ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -159,22 +159,1 @@ # Little Miss Robot - Sass functions | ||
``` | ||
## Functions - set-z-index($key) | ||
> This function assumes you have a $z-index map defined and retrieves the | ||
> index defined within the key you have passed. | ||
Parameters: | ||
* **$key**: the name of the key that holds the value | ||
```scss | ||
$z-index: ( | ||
modal: 9000, | ||
overlay: 8000, | ||
dropdown: 7000, | ||
header: 6000, | ||
footer: 5000, | ||
); | ||
set-z-index("modal"); | ||
set-z-index("header"); | ||
``` |
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
13463
13
159