Skip to content

Commit e4cb38a

Browse files
committed
fix incorrect imports
1 parent 93aaa2b commit e4cb38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/recipes/client-server/fable.forms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ npm add bulma
4444
3. Import bulma and fable-form-simple in `Index.scss`
4545

4646
``` .scss title="Index.scss"
47-
@import "~bulma";
48-
@import "~fable-form-simple-bulma";
47+
@import "bulma/bulma.sass";
48+
@import "fable-form-simple-bulma/index.scss";
4949
...
5050
```
5151

0 commit comments

Comments
 (0)