From 18e66471fbe730549245eead12178b79b7ba0cfd Mon Sep 17 00:00:00 2001 From: chrislemonier Date: Wed, 17 Jul 2013 09:49:25 -0700 Subject: [PATCH] Update app.css Thought the example of the CSS for Themes should have an include back to the original app.css --- examples/mytheme/css/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/mytheme/css/app.css b/examples/mytheme/css/app.css index 00abd51..a4ea3ab 100644 --- a/examples/mytheme/css/app.css +++ b/examples/mytheme/css/app.css @@ -1,3 +1,5 @@ +@import url("../../../assets/css/app.css"); + @font-face { font-family: Inconsolata; src: url(../fonts/Inconsolata-Regular.ttf);