[CSS] Add reset to replace compass/reset

Add reset.css which replaces compass/reset.

https://github.com/nasa/openmctweb/issues/698
This commit is contained in:
Pete Richards
2016-02-22 18:18:06 -08:00
parent 0a71835687
commit 4d800d26e2
2 changed files with 52 additions and 0 deletions

View File

@@ -129,6 +129,10 @@ define([
{
"stylesheetUrl": "css/normalize.min.css",
"priority": "mandatory"
},
{
"stylesheetUrl": "css/reset.css",
"priority": "mandatory"
}
],
"templates": [