Skip to content

Commit e1f4977

Browse files
committed
Fix @source definitions in installation guide
1 parent 9831f43 commit e1f4977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/get_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In your stylesheet:
8181

8282
```css
8383
@source "../../deps/backpex/**/*.*ex";
84-
@source '../../deps/backpex/assets/js/**/*.*js'
84+
@source "../../deps/backpex/assets/js/**/*.*js";
8585
```
8686

8787
> #### Info {: .info}

0 commit comments

Comments
 (0)