Skip to content

Commit 92874a9

Browse files
committed
Fixes unmantained-activeadmin-plugins#1 bourbon border-radius mixin deprecation
Signed-off-by: Tommaso Visconti <tommaso.visconti@gmail.com>
1 parent 34ecab5 commit 92874a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/active_admin/active_admin_dragonfly.css.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
padding: 5px
3131
background: white
3232
border: 1px solid #ccc
33-
+border-radius(2px)
33+
border-radius: 2px
3434

3535
&.component-url
3636
&> input[type="text"]

0 commit comments

Comments
 (0)