Socket
Socket
Sign inDemoInstall

tachyons-widths

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-widths - npm Package Compare versions

Comparing version 5.0.3 to 5.1.0

2

package.json
{
"name": "tachyons-widths",
"version": "5.0.3",
"version": "5.1.0",
"style": "src/tachyons-widths.css",

@@ -5,0 +5,0 @@ "description": "Performance based css module.",

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

# tachyons-widths 5.0.0
# tachyons-widths 5.1.0

@@ -7,3 +7,3 @@ Performance based css module.

596 | 68 | 68
762 | 88 | 88
---|---|---

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

```
<link rel="stylesheet" href="http://unpkg.com/tachyons-widths@5.0.0/css/tachyons-widths.min.css" />
<link rel="stylesheet" href="http://npmcdn.com/tachyons-widths@5.1.0/css/tachyons-widths.min.css" />
```

@@ -82,2 +82,3 @@

WIDTHS
Docs: http://tachyons.io/docs/layout/widths/

@@ -106,2 +107,3 @@ Base:

-third = 100% / 3 (Not supported in opera mini or IE8)
-auto = string value auto

@@ -125,2 +127,3 @@

.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-33 { width: 33%; }

@@ -131,5 +134,9 @@ .w-34 { width: 34%; }

.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; }
.w-third { width: calc( 100% / 3 ); }
.w-two-thirds { width: calc( 100% / 1.5 ); }
.w-auto { width: auto; }

@@ -145,2 +152,3 @@ @media screen and (min-width: 30em) {

.w-25-ns { width: 25%; }
.w-30-ns { width: 30%; }
.w-33-ns { width: 33%; }

@@ -151,5 +159,9 @@ .w-34-ns { width: 34%; }

.w-60-ns { width: 60%; }
.w-70-ns { width: 70%; }
.w-75-ns { width: 75%; }
.w-80-ns { width: 80%; }
.w-90-ns { width: 90%; }
.w-100-ns { width: 100%; }
.w-third-ns { width: calc( 100% / 3 ); }
.w-two-thirds-ns { width: calc( 100% / 1.5 ); }
.w-auto-ns { width: auto; }

@@ -166,2 +178,3 @@ }

.w-25-m { width: 25%; }
.w-30-m { width: 30%; }
.w-33-m { width: 33%; }

@@ -172,5 +185,9 @@ .w-34-m { width: 34%; }

.w-60-m { width: 60%; }
.w-70-m { width: 70%; }
.w-75-m { width: 75%; }
.w-80-m { width: 80%; }
.w-90-m { width: 90%; }
.w-100-m { width: 100%; }
.w-third-m { width: calc( 100% / 3 ); }
.w-two-thirds-m { width: calc( 100% / 1.5 ); }
.w-auto-m { width: auto; }

@@ -187,2 +204,3 @@ }

.w-25-l { width: 25%; }
.w-30-l { width: 30%; }
.w-33-l { width: 33%; }

@@ -193,5 +211,9 @@ .w-34-l { width: 34%; }

.w-60-l { width: 60%; }
.w-70-l { width: 70%; }
.w-75-l { width: 75%; }
.w-80-l { width: 80%; }
.w-90-l { width: 90%; }
.w-100-l { width: 100%; }
.w-third-l { width: calc( 100% / 3 ); }
.w-two-thirds-l { width: calc( 100% / 1.5 ); }
.w-auto-l { width: auto; }

@@ -198,0 +220,0 @@ }

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

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