stylus-help
Advanced tools
Comparing version 1.3.1 to 1.4.1
@@ -6,2 +6,8 @@ { | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Steven Anderson", | ||
"email": "steven@sjanderson.org" | ||
} | ||
], | ||
"main": "./lib/stylus-help", | ||
@@ -16,5 +22,7 @@ "bin": { | ||
"optimist": "0.6.x", | ||
"async": "0.9.x", | ||
"coffee-script": "1.7.x" | ||
"async": "0.9.x" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "1.7.x" | ||
}, | ||
"description": "Stylus tools to help with development", | ||
@@ -32,3 +40,6 @@ "directories": { | ||
}, | ||
"version": "1.3.1" | ||
"scripts": { | ||
"prepublish": "cake build" | ||
}, | ||
"version": "1.4.1" | ||
} |
@@ -5,4 +5,11 @@ # Stylus-help | ||
Install | ||
npm install -g stylus-help | ||
###Install | ||
(for command line) | ||
``` | ||
npm install -g stylus-help | ||
``` | ||
(for using in code) | ||
``` | ||
npm install stylus-help | ||
``` | ||
@@ -244,4 +251,4 @@ Functions for command line | ||
"3": { | ||
"space_check": 4, | ||
"attributes": [ | ||
"indent": 4, | ||
"rules": [ | ||
"box-sizing border-box", | ||
@@ -254,5 +261,5 @@ "border-bottom 4px solid rgba($color, 0)", | ||
}, | ||
"7": { | ||
"space_check": 6, | ||
"attributes": [ | ||
"9": { | ||
"indent": 6, | ||
"rules": [ | ||
"background rgba($frame_background_color, .4)", | ||
@@ -264,4 +271,4 @@ "border-bottom 4px solid $color" | ||
"12": { | ||
"space_check": 2, | ||
"attributes": [ | ||
"indent": 2, | ||
"rules": [ | ||
"border-top 1px solid $background_color", | ||
@@ -283,19 +290,11 @@ "bottom 0", | ||
"26": { | ||
"space_check": 6, | ||
"attributes": [ | ||
"indent": 6, | ||
"rules": [ | ||
"color $footer_text_color" | ||
], | ||
"tag": ".exports.region .newsletter.custom_text > a i, .exports.region .newsletter.custom_text > a span" | ||
}, | ||
"27": { | ||
"space_check": 8, | ||
"attributes": [ | ||
"margin-left 10px" | ||
], | ||
"tag": ".exports.region .newsletter.custom_text > a i div, .exports.region .newsletter.custom_text > a i a, .exports.region .newsletter.custom_text > a i iframe, .exports.region .newsletter.custom_text > a span div, .exports.region .newsletter.custom_text > a span a, .exports.region .newsletter.custom_text > a span iframe" | ||
} | ||
} | ||
} | ||
``` | ||
``` | ||
### simple lint | ||
@@ -302,0 +301,0 @@ This utilized the existing functions in this package to do a basic lint on the stylus file. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
43815
1
10
613
403
1
1
- Removedcoffee-script@1.7.x
- Removedcoffee-script@1.7.1(transitive)
- Removedmkdirp@0.3.5(transitive)