Socket
Socket
Sign inDemoInstall

tachyons-coordinates

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-coordinates - npm Package Compare versions

Comparing version 3.0.4 to 4.0.0

4

package.json
{
"name": "tachyons-coordinates",
"version": "3.0.4",
"version": "4.0.0",
"style": "src/tachyons-coordinates.css",

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

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

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

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

# tachyons-coordinates 2.2.0
# tachyons-coordinates 4.0.0

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

520 | 84 | 96
519 | 84 | 96
---|---|---

@@ -20,4 +20,9 @@ bytes | selectors | declarations

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

@@ -27,2 +32,7 @@ git clone https://github.com/tachyons-css/tachyons-coordinates

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

@@ -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-coordinates@4.0.0/css/tachyons-coordinates.min.css" />
```
##### Locally
The built CSS is located in the `css` directory. It contains an unminified and minified version.

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

.absolute--fill { top: 0; right: 0; bottom: 0; left: 0; }
@media screen and (min-width: 48em) {
@media screen and (min-width: 30em) {
.top-0-ns { top: 0; }

@@ -115,3 +133,3 @@ .left-0-ns { left: 0; }

}
@media screen and (min-width: 48em) and (max-width: 64em) {
@media screen and (min-width: 30em) and (max-width: 60em) {
.top-0-m { top: 0; }

@@ -139,3 +157,3 @@ .left-0-m { left: 0; }

}
@media screen and (min-width: 64em) {
@media screen and (min-width: 60em) {
.top-0-l { top: 0; }

@@ -180,3 +198,3 @@ .left-0-l { left: 0; }

MIT
ISC

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