Skip to content

Commit 2a92bb5

Browse files
author
Rob Florence
committed
css file needs to be required, not imported
1 parent ac703c7 commit 2a92bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Previous version with support for Rails 3 is maintained in branch [support/0.6.x
2121
## Require Assets
2222

2323
- active_admin.js: `//= require active_admin/active_admin_globalize.js`
24-
- active_admin.scss: `@import "active_admin/active_admin_globalize.css";`
24+
- active_admin.css: `*= require active_admin/active_admin_globalize`
2525

2626
## Your model
2727

0 commit comments

Comments
 (0)