Skip to content

Commit c4cd947

Browse files
committed
Remove usage of Bourbon (use AA mixins)
1 parent ba30738 commit c4cd947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/active_admin/sortable.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $cRowBorder: #e8e8e8
33
$cRowSelected: #d9e4ec
44
$cRowError: rgb(255,87,87)
55

6-
@import bourbon
6+
@import "active_admin/mixins/utilities"
77

88
body.active_admin
99
.disclose

0 commit comments

Comments
 (0)