Socket
Socket
Sign inDemoInstall

tachyons-coordinates

Package Overview
Dependencies
Maintainers
2
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 2.2.0 to 3.0.1

12

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

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

"devDependencies": {
"tachyons-cli": "^0.3.3"
"tachyons-cli": "^0.5.0",
"watch": "^0.17.1"
},
"scripts": {
"start": "tachyons src/tachyons-coordinates.css > css/tachyons-coordinates.css && tachyons src/tachyons-coordinates.css --minify > css/tachyons-coordinates.min.css && tachyons src/tachyons-coordinates.css --generate-docs --package=../../package.json > readme.md"
"start": "npm run build:watch",
"build:css": "tachyons src/tachyons-coordinates.css > css/tachyons-coordinates.css",
"build:minify": "tachyons src/tachyons-coordinates.css --minify > css/tachyons-coordinates.min.css",
"build:docs": "tachyons src/tachyons-coordinates.css --generate-docs --package=../../package.json > readme.md",
"build": "npm run build:css && npm run build:minify && npm run build:docs",
"build:watch": "watch 'npm run build' ./src"
}
}

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

# tachyons-coordinates 2.1.2
# tachyons-coordinates 2.2.0

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

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

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

.left--2 { left: -2rem; }
.pos-abs--fill { top: 0; right: 0; bottom: 0; left: 0; }
.absolute--fill { top: 0; right: 0; bottom: 0; left: 0; }
@media screen and (min-width: 48em) {

@@ -110,3 +110,3 @@ .top-0-ns { top: 0; }

.left--2-ns { left: -2rem; }
.pos-abs--fill-ns { top: 0; right: 0; bottom: 0; left: 0; }
.absolute--fill-ns { top: 0; right: 0; bottom: 0; left: 0; }
}

@@ -134,3 +134,3 @@ @media screen and (min-width: 48em) and (max-width: 64em) {

.left--2-m { left: -2rem; }
.pos-abs--fill-m { top: 0; right: 0; bottom: 0; left: 0; }
.absolute--fill-m { top: 0; right: 0; bottom: 0; left: 0; }
}

@@ -158,3 +158,3 @@ @media screen and (min-width: 64em) {

.left--2-l { left: -2rem; }
.pos-abs--fill-l { top: 0; right: 0; bottom: 0; left: 0; }
.absolute--fill-l { top: 0; right: 0; bottom: 0; left: 0; }
}

@@ -161,0 +161,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