Socket
Socket
Sign inDemoInstall

tachyons-box-sizing

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-box-sizing - npm Package Compare versions

Comparing version 3.1.9 to 3.2.0

6

package.json
{
"name": "tachyons-box-sizing",
"version": "3.1.9",
"version": "3.2.0",
"style": "src/tachyons-box-sizing.css",
"description": "Performance based css module.",
"description": "Css module for a smarter default box-model.",
"keywords": [

@@ -31,3 +31,3 @@ "tachyons",

"devDependencies": {
"tachyons-cli": "^1.0.9",
"tachyons-cli": "^1.0.10",
"watch": "^1.0.1"

@@ -34,0 +34,0 @@ },

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

# tachyons-box-sizing 3.1.6
# tachyons-box-sizing 3.1.7

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

203 | 27 | 1
223 | 35 | 1
---|---|---

@@ -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-box-sizing@3.1.6/css/tachyons-box-sizing.min.css" />
<link rel="stylesheet" href="http://unpkg.com/tachyons-box-sizing@3.1.7/css/tachyons-box-sizing.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

@@ -86,6 +86,6 @@ ```css

*/
html, body, div, article, section, main, footer, header, form, fieldset, pre,
code, p, ul, ol, li, dl, dt, dd, textarea, input[type="email"],
input[type="number"], input[type="password"], input[type="tel"],
input[type="text"], input[type="url"], .border-box { box-sizing: border-box; }
html, body, div, article, section, main, footer, header, form, fieldset, legend,
pre, code, p, a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, textarea,
input[type="email"], input[type="number"], input[type="password"],
input[type="tel"], input[type="text"], input[type="url"], .border-box { box-sizing: border-box; }
```

@@ -92,0 +92,0 @@

Sorry, the diff of this file is not supported yet

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