修改 build.js 将 css inline 化

This commit is contained in:
virusdefender
2015-08-01 23:16:48 +08:00
parent 27fda78bf2
commit f80d10917f
4 changed files with 14 additions and 13 deletions

View File

@@ -1,3 +1,5 @@
@import url("bootstrap/bootstrap.min.css");
@import url("bootstrap/todc-bootstrap.min.css");
html, body {
height: 100%;
}