Socket
Socket
Sign inDemoInstall

tachyons-line-height

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-line-height - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "tachyons-line-height",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "http://mrmrs.io/tachyons-line-height",

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

@@ -11,2 +11,34 @@ # TACHYONS-LINE-HEIGHT

## The Code
```
/*
LINE HEIGHT
*/
.lh { line-height: 1; }
.lh-title { line-height: 1.3; }
.lh-copy { line-height: 1.6; }
@include break(not-small) {
.lh-ns { line-height: 1; }
.lh-title-ns { line-height: 1.3; }
.lh-copy-ns { line-height: 1.6; }
}
@include break(medium) {
.lh-m { line-height: 1; }
.lh-title-m { line-height: 1.3; }
.lh-copy-m { line-height: 1.6; }
}
@include break(large) {
.lh-l { line-height: 1; }
.lh-title-l { line-height: 1.3; }
.lh-copy-l { line-height: 1.6; }
}
```
## Author

@@ -13,0 +45,0 @@

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