File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ tree.Call.prototype = {
36
36
}
37
37
} else { // 2.
38
38
return new ( tree . Anonymous ) ( this . name +
39
- "(" + args . map ( function ( a ) { return a . toCSS ( ) } ) . join ( ', ' ) + ")" ) ;
39
+ "(" + args . map ( function ( a ) { return a . toCSS ( env ) } ) . join ( ', ' ) + ")" ) ;
40
40
}
41
41
} ,
42
42
Original file line number Diff line number Diff line change 4
4
height : undefined ("self" );
5
5
border-width : 5 ;
6
6
variable : 11 ;
7
+ background : linear-gradient (# 000000, # ffffff );
7
8
}
8
9
# built-in {
9
10
escaped : -Some::weird(# thing, y);
Original file line number Diff line number Diff line change 1
1
#functions {
2
2
@var : 10 ;
3
+ @colors : #000 , #fff ;
3
4
color : _color(" evil red" ); // #660000
4
5
width : increment(15 );
5
6
height : undefined(" self" );
6
7
border-width : add (2 , 3 );
7
8
variable: increment(@var );
9
+ background : linear-gradient (@colors);
8
10
}
9
11
10
12
#built-in {
You can’t perform that action at this time.
0 commit comments