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

tachyons-z-index

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-z-index - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "tachyons-z-index",
"description": "Tachyons css module for setting z-index on elements",
"version": "1.0.6",
"version": "1.0.7",
"author": {

@@ -6,0 +6,0 @@ "name": "mrmrs",

@@ -1,2 +0,2 @@

# tachyons-z-index 1.0.3
# tachyons-z-index 1.0.7

@@ -7,3 +7,3 @@ Tachyons css module for setting z-index on elements

349 | 12 | 12
510 | 12 | 12
---|---|---

@@ -38,3 +38,3 @@ bytes | selectors | declarations

#### Using with [PostCSS](https://github.com/postcss/postcss)
#### Using with [Postcss](https://github.com/postcss/postcss)

@@ -47,3 +47,3 @@ Import the css module

Then process the CSS using the [`tachyons-cli`](https://github.com/tachyons-css/tachyons-cli)
Then process the css using the [`tachyons-cli`](https://github.com/tachyons-css/tachyons-cli)

@@ -55,3 +55,3 @@ ```sh

#### Using the CSS
#### Using the css

@@ -62,7 +62,7 @@ ##### CDN

```
<link rel="stylesheet" href="http://npmcdn.com/tachyons-z-index@1.0.3/css/tachyons-z-index.min.css" />
<link rel="stylesheet" href="http://unpkg.com/tachyons-z-index@1.0.7/css/tachyons-z-index.min.css" />
```
##### Locally
The built CSS is located in the `css` directory. It contains an unminified and minified version.
The built css is located in the `css` directory. It contains an unminified and minified version.
You can either cut and paste that css or link to it directly in your html.

@@ -76,6 +76,6 @@

The source CSS files can be found in the `src` directory.
Running `$ npm start` will process the source CSS and place the built CSS in the `css` directory.
The source css files can be found in the `src` directory.
Running `$ npm start` will process the source css and place the built css in the `css` directory.
## The CSS
## The css

@@ -85,9 +85,27 @@ ```css

Tachyons
z-index
Z-INDEX
DOCUMENTATION
Base
z = z-index
Modifiers
-0 = literal value 0
-1 = literal value 1
-2 = literal value 2
-3 = literal value 3
-4 = literal value 4
-5 = literal value 5
-999 = literal value 999
-9999 = literal value 9999
-max = largest accepted z-index value as integer
-inherit = string value inherit
-initial = string value initial
-unset = string value unset
MDN: https://developer.mozilla.org/en/docs/Web/CSS/z-index
Spec: http://www.w3.org/TR/CSS2/zindex.html
Articles:
https://philipwalton.com/articles/what-no-one-told-you-about-z-index/

@@ -94,0 +112,0 @@ Tips on extending:

Sorry, the diff of this file is not supported yet

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