mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
Added lambda active resolver
This commit is contained in:
parent
9a767aa5da
commit
60fba63c45
|
@ -30,11 +30,14 @@
|
|||
flex-direction: column
|
||||
|
||||
.cm-def
|
||||
.cm-variable + .cm-keyword // lambda
|
||||
|
||||
transition all .3s ease-in-out
|
||||
background transparent
|
||||
|
||||
.activeline
|
||||
.cm-def
|
||||
.cm-variable + .cm-keyword // lambda
|
||||
$color = #D7D3F1
|
||||
// $color = rgba(219, 89, 76, .2)
|
||||
background $color
|
||||
|
|
Loading…
Reference in New Issue
Block a user