Skip to content

Commit

Permalink
Remove unnecessary Show instance
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 15, 2024
1 parent 9bddeb0 commit 92a5995
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/cssmacro.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ import language.dynamics

private[cataclysm] type Label = String & Singleton

// FIXME
given Show[Double] = _.toString.show

object Cataclysm:
def rule(selector: Expr[Selector], props: Expr[Seq[(Label, Any)]])(using Quotes): Expr[CssRule] =
'{CssRule($selector, ${read(props)})}
Expand Down

0 comments on commit 92a5995

Please sign in to comment.