🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

tachyons-amp

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-amp - npm Package Compare versions

Comparing version
0.0.6
to
0.0.8
+6
-6
css/tachyons-amp.css

@@ -857,4 +857,4 @@ /*! TACHYONS AMP | http://tachyons.io */

.w-100 { width: 100%; }
.w-third { width: calc( 100% / 3 ); }
.w-two-thirds { width: calc( 100% / 1.5 ); }
.w-third { width: 33.33333%; }
.w-two-thirds { width: 66.66667%; }
.w-auto { width: auto; }

@@ -1516,4 +1516,4 @@ /*

.w-100-m { width: 100%; }
.w-third-m { width: calc( 100% / 3 ); }
.w-two-thirds-m { width: calc( 100% / 1.5 ); }
.w-third-m { width: 33.33333%; }
.w-two-thirds-m { width: 66.66667%; }
.w-auto-m { width: auto; }

@@ -1807,4 +1807,4 @@ .overflow-visible-m { overflow: visible; }

.w-100-l { width: 100%; }
.w-third-l { width: calc( 100% / 3 ); }
.w-two-thirds-l { width: calc( 100% / 1.5 ); }
.w-third-l { width: 33.33333%; }
.w-two-thirds-l { width: 66.66667%; }
.w-auto-l { width: auto; }

@@ -1811,0 +1811,0 @@ .overflow-visible-l { overflow: visible; }

{
"name": "tachyons-amp",
"version": "0.0.6",
"version": "0.0.8",
"description": "Functional CSS for AMP pages",

@@ -28,5 +28,5 @@ "author": "mrmrs",

"immutable-css-cli": "^1.1.1",
"normalize.css": "^7.0.0",
"normalize.css": "^8.0.0",
"tachyons-modules": "^1.1.10",
"tachyons-cli": "^1.0.11",
"tachyons-cli": "^1.3.2",
"watch": "^1.0.2"

@@ -33,0 +33,0 @@ },