Skip to content

Commit 285871d

Browse files
committed
Update miso package tag to version 1.12.0
1 parent 581611a commit 285871d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/Main.hs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,27 +143,27 @@ sheet =
143143
, CSS.transform "translateY(-2px)"
144144
]
145145
, CSS.keyframes_ "pulse"
146-
[ CSS.pct 0 =:
146+
[ CSS.at (CSS.pct 0)
147147
[ CSS.transform "scale(1)"
148148
]
149-
, CSS.pct 50 =:
149+
, CSS.at (CSS.pct 50)
150150
[ CSS.transform "scale(1.1)"
151151
]
152-
, CSS.pct 100 =:
152+
, CSS.at (CSS.pct 100)
153153
[ CSS.transform "scale(1)"
154154
]
155155
]
156156
, CSS.selector_ ".counter-display.animate"
157157
[ CSS.animation "pulse 0.3s ease"
158158
]
159159
, CSS.media_ "(max-width: 480px)"
160-
[ ".counter-container" =:
160+
[ CSS.rule_ ".counter-container"
161161
[ CSS.padding (CSS.rem 1.5)
162162
]
163-
, ".counter-display" =:
163+
, CSS.rule_ ".counter-display"
164164
[ CSS.fontSize (CSS.rem 3)
165165
]
166-
, "button" =:
166+
, CSS.rule_ "button"
167167
[ CSS.fontSize (CSS.rem 1.2)
168168
, CSS.width (CSS.rem 2.5)
169169
, CSS.width (CSS.rem 2.5)

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ allow-newer:
77
source-repository-package
88
type: git
99
location: https://github.com/dmjio/miso
10-
tag: 1.11.0
10+
tag: 1.12.0
1111

1212
flags: +template-haskell

0 commit comments

Comments
 (0)