Skip to content

Basic colors manipulation #469

Answered by tilucasoli
Solido asked this question in Q&A
Discussion options

You must be logged in to vote

The following code can be used to achieve the same result.

Style(
  $box.color.ref(refcolor),
  $state1 (
    $box.color.brighten(10)
  ),
  $state2 (
    $box.color.darken(10)
  )
)

However, I can understand why you would want color manipulation in the same line.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Solido
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants