stylus-help
Advanced tools
Comparing version 1.2.1 to 1.3.1
@@ -30,3 +30,3 @@ { | ||
}, | ||
"version": "1.2.1" | ||
"version": "1.3.1" | ||
} |
@@ -21,8 +21,8 @@ # Stylus-help | ||
stylus_help.processData 'normalizeZvalues', [directory/file], (data) -> | ||
stylus_help.processData 'inspectZValues', [directory/file], (data) -> | ||
stylus_help.processData 'convertStyleToJson', [directory/file], (data) -> | ||
stylus_help.processData 'checkAlphabetized', [directory/file], (data) -> | ||
stylus_help.processData 'alphabetizeStyle', [directory/file], (data) -> | ||
stylus_help.processData 'simple_lint', [directory/file, config_data], (data) -> | ||
data = stylus_help.processData 'normalizeZvalues', [directory/file] | ||
data = stylus_help.processData 'inspectZValues', [directory/file] | ||
data = stylus_help.processData 'convertStyleToJson', [directory/file] | ||
data = stylus_help.processData 'checkAlphabetized', [directory/file] | ||
data = stylus_help.processData 'alphabetizeStyle', [directory/file] | ||
data = stylus_help.processData 'simple_lint', [directory/file, optional_config_data] | ||
``` | ||
@@ -374,3 +374,3 @@ ### normalizeZvalues | ||
"line": " padding 0px 5px", | ||
"line_num": 6 | ||
"line_num": 7 | ||
}, | ||
@@ -380,13 +380,8 @@ { | ||
"line": " box-shadow 0px 0px 20px rgba(0, 0, 0, .4)", | ||
"line_num": 14 | ||
"line_num": 15 | ||
}, | ||
{ | ||
"message": "Don't need px on 0 values", | ||
"line": " margin-left 10px", | ||
"line_num": 28 | ||
}, | ||
{ | ||
"message": "Invalid Attribute!", | ||
"line": "overflow panda", | ||
"line_num": 5 | ||
"line_num": 6 | ||
}, | ||
@@ -401,3 +396,3 @@ { | ||
"line": "border-top 1px solid $background_color", | ||
"line_num": "12" | ||
"line_num": "13" | ||
} | ||
@@ -404,0 +399,0 @@ ] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
52146
11
0
404