tachyons-type-scale
Advanced tools
Comparing version 6.0.5 to 6.1.0
{ | ||
"name": "tachyons-type-scale", | ||
"version": "6.0.5", | ||
"version": "6.1.0", | ||
"style": "src/tachyons-type-scale.css", | ||
@@ -5,0 +5,0 @@ "main": "src/tachyons-type-scale.css", |
@@ -1,2 +0,2 @@ | ||
# tachyons-type-scale 6.0.5 | ||
# tachyons-type-scale 6.1.0 | ||
@@ -7,3 +7,3 @@ Performance based css module. | ||
317 | 40 | 32 | ||
531 | 44 | 36 | ||
---|---|--- | ||
@@ -59,3 +59,3 @@ bytes | selectors | declarations | ||
``` | ||
<link rel="stylesheet" href="http://unpkg.com/tachyons-type-scale@6.0.5/css/tachyons-type-scale.min.css" /> | ||
<link rel="stylesheet" href="http://unpkg.com/tachyons-type-scale@6.1.0/css/tachyons-type-scale.min.css" /> | ||
``` | ||
@@ -82,3 +82,21 @@ | ||
TYPE SCALE | ||
Docs: http://tachyons.io/docs/typography/scale/ | ||
Base: | ||
f = font-size | ||
Modifiers | ||
1 = 1st step in size scale | ||
2 = 2nd step in size scale | ||
3 = 3rd step in size scale | ||
4 = 4th step in size scale | ||
5 = 5th step in size scale | ||
6 = 6th step in size scale | ||
7 = 7th step in size scale | ||
Media Query Extensions: | ||
-ns = not-small | ||
-m = medium | ||
-l = large | ||
*/ | ||
@@ -95,2 +113,4 @@ /* For Hero Titles */ | ||
.f6 { font-size: .875rem; } | ||
.f7 { font-size: .75rem; } | ||
/* Small and hard to read for many people so use with extreme caution */ | ||
@media screen and (min-width: 30em) { | ||
@@ -105,2 +125,3 @@ .f-6-ns, .f-headline-ns { font-size: 6rem; } | ||
.f6-ns { font-size: .875rem; } | ||
.f7-ns { font-size: .75rem; } | ||
} | ||
@@ -116,2 +137,3 @@ @media screen and (min-width: 30em) and (max-width: 60em) { | ||
.f6-m { font-size: .875rem; } | ||
.f7-m { font-size: .75rem; } | ||
} | ||
@@ -127,2 +149,3 @@ @media screen and (min-width: 60em) { | ||
.f6-l { font-size: .875rem; } | ||
.f7-l { font-size: .75rem; } | ||
} | ||
@@ -129,0 +152,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
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
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
10640
149
164