We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93aaa2b commit e4cb38aCopy full SHA for e4cb38a
docs/recipes/client-server/fable.forms.md
@@ -44,8 +44,8 @@ npm add bulma
44
3. Import bulma and fable-form-simple in `Index.scss`
45
46
``` .scss title="Index.scss"
47
- @import "~bulma";
48
- @import "~fable-form-simple-bulma";
+ @import "bulma/bulma.sass";
+ @import "fable-form-simple-bulma/index.scss";
49
...
50
```
51
0 commit comments