Socket
Socket
Sign inDemoInstall

tachyons-typography

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-typography - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

2

package.json
{
"name": "tachyons-typography",
"version": "2.2.0",
"version": "2.3.0",
"style": "src/tachyons-typography.css",

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

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

# tachyons-typography 2.1.1
# tachyons-typography 2.2.0

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

393 | 20 | 36
464 | 24 | 40
---|---|---

@@ -73,3 +73,4 @@ bytes | selectors | declarations

.indent { text-indent: 1em; margin-top: 0; margin-bottom: 0; }
/* Combine this class with a width to truncate text */
.small-caps { font-variant: small-caps; }
/* Combine this class with a width to truncate text (or just leave as is to truncate at width of containing element. */
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@@ -81,2 +82,3 @@ @media screen and (min-width: 48em) {

.indent-ns { text-indent: 1em; margin-top: 0; margin-bottom: 0; }
.small-caps-ns { font-variant: small-caps; }
.truncate-ns { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@@ -89,2 +91,3 @@ }

.indent-m { text-indent: 1em; margin-top: 0; margin-bottom: 0; }
.small-caps-m { font-variant: small-caps; }
.truncate-m { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@@ -97,2 +100,3 @@ }

.indent-l { text-indent: 1em; margin-top: 0; margin-bottom: 0; }
.small-caps-l { font-variant: small-caps; }
.truncate-l { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@@ -99,0 +103,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