From 3a234228a3df575ce49b90368f966e6458fee757 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 12 May 2014 16:25:58 +0300 Subject: Rename $v-app-background-color to $v-background-color (#13670) Top level background-color variable, which is then specialized by different components in the theme. Mass search-and-replace, tested that the theme works as expected. Added a new test UI class for the Valo theme. Updated .gitignore to ignore .sass-cache (command line Sass creates a cache folder when watching for changes) Change-Id: I574a393de059aec7b24cb6014d3192d9717688e5 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 30c8597b16..29b417971e 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,5 @@ WebContent/VAADIN/vaadinPush.debug.js # build result folders */result result + +.sass-cache -- cgit v1.2.3