renamed framework-with-theme.css to framework.css

This commit is contained in:
Adam Bradley
2013-08-26 15:22:38 -05:00
parent fb1cb94de3
commit 7b55036fa7
29 changed files with 86 additions and 41 deletions

15
scss/framework-theme.scss Executable file
View File

@@ -0,0 +1,15 @@
@charset "UTF-8";
// Components
@import
"framework/theme-variables",
"framework/theme/alerts",
"framework/theme/bar",
"framework/theme/tabs",
"framework/theme/button",
"framework/theme/icon",
"framework/theme/listview",
"framework/theme/pull-to-refresh",
"framework/theme/panel",
"framework/theme/table";