Skip to content

Commit 4ba6bd1

Browse files
authored
Merge pull request #334 from ParamagicDev/patch-1
Fix import of SCSS in webpacker.
2 parents db8ee13 + 282cb6d commit 4ba6bd1

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)