Socket
Socket
Sign inDemoInstall

tachyons-borders

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-borders - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

lib/readme.js

41

package.json
{
"name": "tachyons-borders",
"version": "1.1.0",
"version": "1.1.1",
"style": "tachyons-borders.css",
"homepage": "http://github.com/mrmrs/tachyons-borders",
"description": "Performance-first css module for styling borders.",
"keywords": [
"oocss",
"rework",
"css",
"rwd",
"design",
"tachyons",
"css performance"
],
"keywords": [],
"repository": {

@@ -30,29 +22,8 @@ "type": "git",

"license": "MIT",
"scripts": {
"start": "tachyons src/tachyons-base.css > css/tachyons-base.css && tachyons src/tachyons-base.css --minify > css/tachyons-base.min.css && tachyons src/tachyons-base.css --generate-docs --package=../../package.json > readme.md"
},
"devDependencies": {
"bl": "^0.9.4",
"gulp": "^3.8.11",
"gulp-basswork": "^0.1.0",
"gulp-minify-css": "^0.4.6",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.2.1",
"gulp-webserver": "^0.9.0",
"readable-stream": "^1.0.33",
"through2": "^0.6.3",
"vinyl-transform": "^1.0.0",
"autoprefixer": "^5.2.0",
"cssnano": "^2.6.1",
"immutable-css": "^0.1.0",
"node-minify": "^1.2.0",
"perfectionist": "^1.3.1",
"pixrem": "^1.3.1",
"postcss": "^4.1.16",
"postcss-browser-reporter": "^0.3.0",
"postcss-conditionals": "^1.3.0",
"postcss-css-variables": "^0.4.0",
"postcss-custom-media": "^4.1.0",
"postcss-import": "^6.2.0"
},
"scripts": {
"start": "node build.js"
"tachyons-cli": "^0.3.1"
}
}

@@ -1,7 +0,6 @@

# TACHYONS-BORDERS
# tachyons-borders
1.1.0
http://tachyons.io
Performance-first css module for styling borders.
Work In Progress. Pull requests and open issues welcome.
## Install

@@ -11,7 +10,11 @@ ```

```
or download the css on github and include in your project.
or download the css on github and include in your project:
```
git clone git@github.com:mrmrs/tachyons-borders
```
## The Code
```
/*

@@ -37,3 +40,3 @@

@include break(not-small) {
@media screen and (min-width: 48em) {
.ba-ns { border-style: solid; border-width: 1px; }

@@ -46,3 +49,3 @@ .bt-ns { border-top-style: solid; border-top-width: 1px; }

@include break(medium) {
@media screen and (min-width: 48em) and (max-width: 64em) {
.ba-m { border-style: solid; border-width: 1px; }

@@ -55,3 +58,3 @@ .bt-m { border-top-style: solid; border-top-width: 1px; }

@include break(large) {
@media screen and (min-width: 64em) {
.ba-l { border-style: solid; border-width: 1px; }

@@ -63,2 +66,4 @@ .bt-l { border-top-style: solid; border-top-width: 1px; }

}
```

@@ -65,0 +70,0 @@

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