From e051140b78148febb049425de055b1272d15b516 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 12 Dec 2014 11:56:51 +0100 Subject: Be explicit about which stylesheets to include in application.css. Using the `import_tree` directive makes backend styling bleed into the frontend styles. We don't want that. --- app/assets/stylesheets/application.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3192ec8..1f93b7e 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -9,5 +9,10 @@ * compiled file, but it's generally better to create a new file per style scope. * *= require_self - *= require_tree . + *= require hmno_banners + *= require hmno_blogg + *= require hmno_header + *= require hmno_main + *= require hmno_page + *= require hmno_sidebars */ -- cgit v1.2.3