Skip to content

Commit 8fb0f06

Browse files
authored
Merge pull request #13 from Rezrazi/master
fixed: missing semicolon causing laravel mix to fail
2 parents 64b674a + b139d84 commit 8fb0f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tabler-stubs/sass/tabler/tabler.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
@import "syntax";
4646
@import "infobox";
4747
@import "carousel";
48-
@import "selectize"
48+
@import "selectize";
4949

5050
@import "forms/custom-range";
5151
@import "forms/custom-selectgroup";

0 commit comments

Comments
 (0)