Socket
Socket
Sign inDemoInstall

stylus

Package Overview
Dependencies
Maintainers
0
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylus - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

._History.md

6

._Readme.md

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR���"�"com.macromates.caret{
column = 2;
line = 75;
Mac OS X  2��ATTR�e��#�#com.macromates.caret{
column = 46;
line = 69;
}

@@ -559,3 +559,3 @@

/**
* property expression
* property :? expression
* | ident

@@ -589,3 +589,9 @@ */

, prop = new nodes.Property(ident);
// Optional ':'
this.accept('space');
if (this.accept(':')) {
this.accept('space');
}
this.state.push('property');

@@ -592,0 +598,0 @@ this.inProperty = true;

@@ -26,3 +26,3 @@

exports.version = '0.0.1';
exports.version = '0.0.2';

@@ -29,0 +29,0 @@ /**

{ "name": "stylus"
, "description": "Robust, expressive language which compiles to CSS"
, "version": "0.0.1"
, "version": "0.0.2"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"

@@ -5,0 +5,0 @@ , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]

@@ -12,6 +12,6 @@

border-radius(args...)
-webkit-border-radius args
-moz-border-radius args
border-radius args
border-radius()
-webkit-border-radius arguments
-moz-border-radius arguments
border-radius arguments

@@ -47,2 +47,3 @@ body a

- optional property colons
- [mixins](stylus/blob/master/docs/mixins.md)

@@ -71,3 +72,3 @@ - [variables](stylus/blob/master/docs/variables.md)

- [@keyframes](stylus/blob/master/docs/keyframes.md) support
- [@font-face](stylus/blob/master/docs/fontface.md) support
- [@font-face](stylus/blob/master/docs/font-face.md) support
- [@media](stylus/blob/master/docs/media.md) support

@@ -85,2 +86,6 @@ - Connect [Middleware](stylus/blob/master/docs/middleware.md)

## More Information
- Language [comparisons](stylus/blob/master/docs/compare.md)
## License

@@ -87,0 +92,0 @@

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

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