Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css2stylus

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css2stylus - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"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

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