Socket
Socket
Sign inDemoInstall

tachyons-type-scale

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-type-scale - npm Package Compare versions

Comparing version 6.0.5 to 6.1.0

2

package.json
{
"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

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