Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@littlemissrobot/sass-functions

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@littlemissrobot/sass-functions - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc