Socket
Socket
Sign inDemoInstall

tachyons-text-align

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-text-align - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

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

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

@@ -11,2 +11,34 @@ # TACHYONS-TEXT-ALIGN

## The Code
```
/*
Text Align
*/
.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }
@include break(not-small) {
.tl-ns { text-align: left; }
.tr-ns { text-align: right; }
.tc-ns { text-align: center; }
}
@include break(medium) {
.tl-m { text-align: left; }
.tr-m { text-align: right; }
.tc-m { text-align: center; }
}
@include break(large) {
.tl-l { text-align: left; }
.tr-l { text-align: right; }
.tc-l { text-align: center; }
}
```
## 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