css2stylus
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "css2stylus", | ||
"description": "Converts CSS to Stylus.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Denis Ciccale (@tdecs)", | ||
@@ -6,0 +6,0 @@ "homepage": "http://css2stylus.com", |
@@ -46,7 +46,13 @@ # [css2stylus.js](http://css2stylus.com) | ||
## Keeping CSS syntax | ||
## Keep CSS syntax | ||
To keep CSS punctuation `{:;}` just pass `--cssSyntax` option from command line. | ||
Or pass options object when processing a CSS file from JavaScript `converter.processCss({ cssSyntax: true });` | ||
## nib support | ||
Unprefix any CSS snippet with vendor prefixes by passing `--unPrefix` option from command line. | ||
Or pass an options object when processing a CSS file from JavaScript `converter.processCss({ unPrefix: true });` | ||
## License | ||
See [LICENSE.txt](https://raw.github.com/dciccale/css2stylus.js/master/LICENSE.txt) | ||
See [LICENSE.txt](https://raw.github.com/dciccale/css2stylus.js/master/LICENSE.txt) |
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
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
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
58
9998
6
168