Add good old missing semicolon
This commit is contained in:
parent
b335df4fb4
commit
a5755e2618
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $primary: $green;
|
|||
@import "../../node_modules/bulma/sass/elements/_all";
|
||||
@import "elements";
|
||||
@import "../../node_modules/bulma/sass/form/_all";
|
||||
@import "form"
|
||||
@import "form";
|
||||
$navbar-breakpoint: $tablet;
|
||||
@import "../../node_modules/bulma/sass/components/_all";
|
||||
@import "components";
|
||||
|
|
Loading…
Add table
Reference in a new issue