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.11.0 to 0.11.1

9

History.md
0.11.1 / 2011-04-01
==================
* Fixed regression preventing commas from outputting
0.11.0 / 2011-04-01

@@ -22,5 +27,2 @@ ==================

* Added `-I, --include <path>` to stylus(1). Closes #206
* Changed; null now outputs "null" instead of "[Null]"
within
* Added support for `50 + 25% == 75`

@@ -30,2 +32,3 @@ * Added support for `rgba + 25%` to lighten

* Added support for `rgba - 25` to adjust rgb values
* Changed; null now outputs "null" instead of "[Null]"
* Fixed hsl operation support, all operations are equivalent on rgba/hsla nodes

@@ -32,0 +35,0 @@ * Fixed degree rotation

@@ -78,2 +78,3 @@

args.lineno = expr.lineno;
args.isList = expr.isList;
for (var i = 0; i < len; ++i) {

@@ -80,0 +81,0 @@ args.push(expr.nodes[i]);

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

exports.version = '0.11.0';
exports.version = '0.11.1';

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

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

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

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