File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,16 +72,16 @@ Choose one or more of the following tags:
7272- ` fable-all ` : Package is compatible with all Fable targets.
7373
7474 ::: warning
75- A package can only be compatible with all the target if it depends only packages that are also compatible with all the targets.
75+ A package can be compatible with all targets if it depends only on packages that are also compatible with all targets.
7676
77- A package compatible with all the targets cannot be a binding as bindings are target specific.
77+ A package compatible with all targets cannot be a binding, as these are target- specific.
7878 :::
7979
8080Example:
8181
82- If your package support only JavaScript you need to use ` fable-javascript `
82+ If your package supports only JavaScript you need to use ` fable-javascript `
8383
84- If your package support both JavaScript and Python, you need to use ` fable-javascript ` and ` fable-python `
84+ If your package supports both JavaScript and Python, you need to use ` fable-javascript ` and ` fable-python `
8585
8686</li >
8787
@@ -96,7 +96,7 @@ If your package is a binding which target JavaScript you need to write:
9696<PackageTags >fable;fable-binding;fable-javascript</PackageTags >
9797```
9898
99- If your package is a library which target JavaScript and Python you need to write:
99+ If your package is a library which targets JavaScript and Python you need to write:
100100
101101``` xml
102102<PropertyGroup >
File renamed without changes.
Original file line number Diff line number Diff line change 44
55@import " ./../node_modules/bulma/sass/utilities/derived-variables" ;
66
7- @import " ./scss/bulma/custom_derived_varibales .scss" ;
7+ @import " ./scss/bulma/custom_derived_variables .scss" ;
88$tabs-border-bottom-width : 2px ;
99// Code blocks have strong shadow so we need to add some margin
1010$content-block-margin-bottom : 1.25rem ;
You can’t perform that action at this time.
0 commit comments