Skip to content

Commit

Permalink
[fix] wrong grid-template-areas css being rendered (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-nava authored Oct 22, 2023
1 parent 42f6d05 commit 543fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/CSS/Property.idr
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace Display
col : Vect (S n) a -> String
col vs =
let str := concat . intersperse " " . map showTag $ toList vs
in "\{str}"
in #""\#{str}""#

namespace FlexBasis
public export
Expand Down

0 comments on commit 543fa51

Please sign in to comment.