Skip to content

Commit

Permalink
feat(theme): add initial implementation of the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rustemgareev committed Oct 2, 2017
1 parent 5164625 commit f0b8050
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/theme/_variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$mk-theme-black: #000 !default;
$mk-theme-white: #fff !default;
1 change: 1 addition & 0 deletions components/theme/theme.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "@material/theme/mdc-theme";
1 change: 1 addition & 0 deletions material-kit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
@import "./components/switch/switch";
@import "./components/tabs/tabs";
@import "./components/textfield/textfield";
@import "./components/theme/theme";

0 comments on commit f0b8050

Please sign in to comment.