Skip to content

Commit 60fba63

Browse files
committed
Added lambda active resolver
1 parent 9a767aa commit 60fba63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/css/playground.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@
3030
flex-direction: column
3131

3232
.cm-def
33+
.cm-variable + .cm-keyword // lambda
34+
3335
transition all .3s ease-in-out
3436
background transparent
3537

3638
.activeline
3739
.cm-def
40+
.cm-variable + .cm-keyword // lambda
3841
$color = #D7D3F1
3942
// $color = rgba(219, 89, 76, .2)
4043
background $color

0 commit comments

Comments
 (0)