Skip to content

Commit 135751f

Browse files
committed
Merge pull request unmantained-activeadmin-plugins#2 from tommyblue/border-radius-fix
Fixes unmantained-activeadmin-plugins#1 bourbon border-radius mixin deprecation
2 parents 34ecab5 + 92874a9 commit 135751f

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)