Skip to content

Commit

Permalink
feat(checkbox): add initial implementation of the checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rustemgareev committed Oct 2, 2017
1 parent 171d41d commit fb96e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "@material/checkbox/mdc-checkbox";
1 change: 1 addition & 0 deletions material-kit.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import "./components/button/button";
@import "./components/card/card";
@import "./components/checkbox/checkbox";

0 comments on commit fb96e08

Please sign in to comment.