Skip to content

Commit

Permalink
feat(top-app-bar): add initial implementation of the top-app-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
rustemgareev committed Mar 12, 2018
1 parent 5a6832e commit 01477f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/top-app-bar/top-app-bar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "@material/top-app-bar/mdc-top-app-bar";
1 change: 1 addition & 0 deletions material-kit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
@import "./components/theme/theme";
@import "./components/toolbar/toolbar";
@import "./components/toolbar-nav/toolbar-nav";
@import "./components/top-app-bar/top-app-bar";
@import "./components/typography/typography";
@import "./components/utilities/utilities";

0 comments on commit 01477f5

Please sign in to comment.