[Pkg-javascript-devel] Bug#789309: node-stylus: & + & doesn't	create all permutations
    Jason Woofenden 
    jason at jasonwoof.com
       
    Fri Jun 19 16:54:30 UTC 2015
    
    
  
Package: node-stylus
Version: 0.48.1+dfsg-1
Severity: normal
Dear Maintainer,
This stylus:
	.foo, .bar
    	& + &
        	color: red
Should produce this CSS:
	.foo + .foo,
	.foo + .bar,
	.bar + .foo,
	.bar + .bar {
  	  color: #f00;
	}
But instead, it produces:
	.foo + .foo,
	.bar + .bar {
  	  color: #f00;
	}
I expect this sort of permutation, because this is an advertised
feature of stylus, eg you can do
	.foo, .bar
    	.foo, .bar
        	color: red
compiles to
	.foo .foo,
	.bar .foo,
	.foo .bar,
	.bar .bar {
  	  color: #f00;
	}
Thanks!
-- 
Jason
-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages node-stylus depends on:
ii  node-css-parse   1.7.0+dfsg-1
ii  node-debug       2.1.0+dfsg-1
ii  node-glob        4.0.5-1
ii  node-mkdirp      0.5.0-1
ii  node-sax         0.5.5-1
ii  node-source-map  0.1.40-1
ii  nodejs           0.10.38~dfsg-1
node-stylus recommends no packages.
node-stylus suggests no packages.
-- no debconf information
    
    
More information about the Pkg-javascript-devel
mailing list