Socket
Socket
Sign inDemoInstall

tachyons-text-decoration

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-text-decoration - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

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

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

@@ -11,2 +11,31 @@ # TACHYONS-TEXT-DECORATION

## The Code
```
/*
TEXT DECORATION
*/
.under { text-decoration: underline; }
.none { text-decoration: none; }
@include break(not-small) {
.under-ns { text-decoration: underline; }
.none-ns { text-decoration: none; }
}
@include break(medium) {
.under-m { text-decoration: underline; }
.none-m { text-decoration: none; }
}
@include break(large) {
.under-l { text-decoration: underline; }
.none-l { text-decoration: none; }
}
```
## Author

@@ -13,0 +42,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