File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ allow-newer:
77source-repository-package
88 type : git
99 location : https://github.com/dmjio/miso
10- tag : 1.11 .0
10+ tag : 1.12 .0
1111
1212flags : +template-haskell
You can’t perform that action at this time.
0 commit comments