Socket
Socket
Sign inDemoInstall

tachyons-font-family

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.4 to 4.2.5

4

package.json
{
"name": "tachyons-font-family",
"version": "4.2.4",
"version": "4.2.5",
"style": "src/tachyons-font-family.css",

@@ -22,3 +22,3 @@ "description": "Performance based css module.",

"devDependencies": {
"tachyons-cli": "^0.6.1",
"tachyons-cli": "^1.0.3",
"watch": "^0.19.1"

@@ -25,0 +25,0 @@ },

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

# tachyons-font-family 4.2.0
# tachyons-font-family 4.2.4

@@ -19,4 +19,9 @@ Performance based css module.

Learn more about using css installed with npm:
* https://webpack.github.io/docs/stylesheets.html
* https://github.com/defunctzombie/npm-css
#### With Git
http:
```

@@ -26,2 +31,7 @@ git clone https://github.com/tachyons-css/tachyons-font-family

ssh:
```
git clone git@github.com:tachyons-css/tachyons-font-family.git
```
## Usage

@@ -41,3 +51,3 @@

$ npm i -g tachyons-cli
$ tachyons-cli path/to/css-file.css > dist/t.css
$ tachyons path/to/css-file.css > dist/t.css
```

@@ -47,2 +57,10 @@

##### CDN
The easiest and most simple way to use the css is to use the cdn hosted version. Include it in the head of your html with:
```
<link rel="stylesheet" href="http://npmcdn.com/tachyons-font-family@4.2.4/css/tachyons-font-family.min.css" />
```
##### Locally
The built CSS is located in the `css` directory. It contains an unminified and minified version.

@@ -103,3 +121,3 @@ You can either cut and paste that css or link to it directly in your html.

MIT
ISC
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc