Socket
Socket
Sign inDemoInstall

tachyons-widths

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-widths - npm Package Compare versions

Comparing version 5.1.1 to 5.2.0

2

package.json
{
"name": "tachyons-widths",
"version": "5.1.1",
"version": "5.2.0",
"style": "src/tachyons-widths.css",

@@ -5,0 +5,0 @@ "main": "src/tachyons-widths.css",

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

# tachyons-widths 5.1.0
# tachyons-widths 5.2.0

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

762 | 88 | 88
770 | 88 | 88
---|---|---

@@ -38,3 +38,3 @@ bytes | selectors | declarations

#### Using with [PostCSS](https://github.com/postcss/postcss)
#### Using with [Postcss](https://github.com/postcss/postcss)

@@ -47,3 +47,3 @@ Import the css module

Then process the CSS using the [`tachyons-cli`](https://github.com/tachyons-css/tachyons-cli)
Then process the css using the [`tachyons-cli`](https://github.com/tachyons-css/tachyons-cli)

@@ -55,3 +55,3 @@ ```sh

#### Using the CSS
#### Using the css

@@ -62,7 +62,7 @@ ##### CDN

```
<link rel="stylesheet" href="http://npmcdn.com/tachyons-widths@5.1.0/css/tachyons-widths.min.css" />
<link rel="stylesheet" href="http://unpkg.com/tachyons-widths@5.2.0/css/tachyons-widths.min.css" />
```
##### Locally
The built CSS is located in the `css` directory. It contains an unminified and minified version.
The built css is located in the `css` directory. It contains an unminified and minified version.
You can either cut and paste that css or link to it directly in your html.

@@ -76,6 +76,6 @@

The source CSS files can be found in the `src` directory.
Running `$ npm start` will process the source CSS and place the built CSS in the `css` directory.
The source css files can be found in the `src` directory.
Running `$ npm start` will process the source css and place the built css in the `css` directory.
## The CSS
## The css

@@ -111,2 +111,3 @@ ```css

-third = 100% / 3 (Not supported in opera mini or IE8)
-two-thirds = 100% / 1.5 (Not supported in opera mini or IE8)
-auto = string value auto

@@ -113,0 +114,0 @@

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