Initial Material Design Lite setup

refs #36
This commit is contained in:
Denys Vuika
2016-04-21 15:46:56 +01:00
parent 7c60929bf7
commit bf528f3611
5 changed files with 25 additions and 2 deletions

View File

@@ -9,6 +9,11 @@
<!-- Custom theme -->
<link rel="stylesheet" href="app/css/theme/navbar.css">
<!-- Google Material Design Lite -->
<link rel="stylesheet" href="node_modules/material-design-lite/material.min.css">
<script src="node_modules/material-design-lite/material.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- 1. Load libraries -->
<!-- IE required polyfills, in this exact order -->
<script src="node_modules/es6-shim/es6-shim.min.js"></script>