Skip to content

Commit 282cb6d

Browse files
authored
Fix import
I noticed when I tried this that the import, it wasnt working properly, swapping to the above import worked (had to inspect the node_modules folder.)
1 parent db8ee13 commit 282cb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install_generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The install generator will automatically do these two changes to your files depe
2727
1. The following line will be added as the **first** line of `app/javascript/stylesheets/active_admin.scss`
2828

2929
```stylesheet
30-
@import 'activeadmin_addons/all'
30+
@import 'activeadmin_addons/src/stylesheets/all'
3131
```
3232

3333
2. The following line will be added **after** `import "@activeadmin/activeadmin"` in `app/javascript/packs/active_admin.js`

0 commit comments

Comments
 (0)