tachyons-heights
Advanced tools
Comparing version 6.0.1 to 6.1.0
{ | ||
"name": "tachyons-heights", | ||
"version": "6.0.1", | ||
"version": "6.1.0", | ||
"style": "src/tachyons-heights.css", | ||
@@ -22,3 +22,3 @@ "description": "Performance based css module.", | ||
"devDependencies": { | ||
"tachyons-cli": "^1.0.3", | ||
"tachyons-cli": "^1.0.6", | ||
"watch": "^0.19.1" | ||
@@ -25,0 +25,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# tachyons-heights 6.0.0 | ||
# tachyons-heights 6.0.1 | ||
@@ -7,3 +7,3 @@ Performance based css module. | ||
354 | 44 | 44 | ||
712 | 68 | 68 | ||
---|---|--- | ||
@@ -59,3 +59,3 @@ bytes | selectors | declarations | ||
``` | ||
<link rel="stylesheet" href="http://npmcdn.com/tachyons-heights@6.0.0/css/tachyons-heights.min.css" /> | ||
<link rel="stylesheet" href="http://npmcdn.com/tachyons-heights@6.0.1/css/tachyons-heights.min.css" /> | ||
``` | ||
@@ -82,3 +82,30 @@ | ||
HEIGHTS | ||
Docs: http://tachyons.io/docs/layout/heights/ | ||
Base: | ||
h = height | ||
min-h = min-height | ||
min-vh = min-height vertical screen height | ||
vh = vertical screen height | ||
Modifiers | ||
1 = 1st step in height scale | ||
2 = 2nd step in height scale | ||
3 = 3rd step in height scale | ||
4 = 4th step in height scale | ||
5 = 5th step in height scale | ||
-25 = literal value 25% | ||
-50 = literal value 50% | ||
-75 = literal value 75% | ||
-100 = literal value 100% | ||
-auto = string value of auto | ||
-inherit = string value of inherit | ||
Media Query Extensions: | ||
-ns = not-small | ||
-m = medium | ||
-l = large | ||
*/ | ||
@@ -91,3 +118,3 @@ /* Height Scale */ | ||
.h5 { height: 16rem; } | ||
/* Height Percentages */ | ||
/* Height Percentages - Based off of height of parent */ | ||
.h-25 { height: 25%; } | ||
@@ -97,2 +124,9 @@ .h-50 { height: 50%; } | ||
.h-100 { height: 100%; } | ||
.min-h-100 { min-height: 100%; } | ||
/* Screen Height Percentage */ | ||
.vh-25 { height: 25vh; } | ||
.vh-50 { height: 50vh; } | ||
.vh-75 { height: 75vh; } | ||
.vh-100 { height: 100vh; } | ||
.min-vh-100 { min-height: 100vh; } | ||
/* String Properties */ | ||
@@ -111,2 +145,8 @@ .h-auto { height: auto; } | ||
.h-100-ns { height: 100%; } | ||
.min-h-100-ns { min-height: 100%; } | ||
.vh-25-ns { height: 25vh; } | ||
.vh-50-ns { height: 50vh; } | ||
.vh-75-ns { height: 75vh; } | ||
.vh-100-ns { height: 100vh; } | ||
.min-vh-100-ns { min-height: 100vh; } | ||
.h-auto-ns { height: auto; } | ||
@@ -125,2 +165,8 @@ .h-inherit-ns { height: inherit; } | ||
.h-100-m { height: 100%; } | ||
.min-h-100-ns { min-height: 100%; } | ||
.vh-25-m { height: 25vh; } | ||
.vh-50-m { height: 50vh; } | ||
.vh-75-m { height: 75vh; } | ||
.vh-100-m { height: 100vh; } | ||
.min-vh-100-m { min-height: 100vh; } | ||
.h-auto-m { height: auto; } | ||
@@ -139,2 +185,8 @@ .h-inherit-m { height: inherit; } | ||
.h-100-l { height: 100%; } | ||
.min-h-100-l { min-height: 100%; } | ||
.vh-25-l { height: 25vh; } | ||
.vh-50-l { height: 50vh; } | ||
.vh-75-l { height: 75vh; } | ||
.vh-100-l { height: 100vh; } | ||
.min-vh-100-m { min-height: 100vh; } | ||
.h-auto-l { height: auto; } | ||
@@ -141,0 +193,0 @@ .h-inherit-l { height: inherit; } |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
206
14070
6
216
1