Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
fix: wrong sass file ending
Browse files Browse the repository at this point in the history
Thanks to @cimchd for this fix
  • Loading branch information
j1mc committed May 21, 2019
1 parent f8c1a89 commit 8d9abbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions form/_all.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@charset "utf-8";

@import "shared.sass";
@import "input-textarea.sass";
@import "checkbox-radio.sass";
@import "select.sass";
@import "file.sass";
@import "tools.sass";
@import "shared";
@import "input-textarea";
@import "checkbox-radio";
@import "select";
@import "file";
@import "tools";

0 comments on commit 8d9abbc

Please sign in to comment.