From 9f7bf03b018f468bbb9c16a14bb0a6629e856652 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 28 May 2013 22:46:17 +0200 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01188dcf..63515de3 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ When adding new translations, add them in en.properties then run `mvn -e groovy: Themes --------------------- -To create a theme, create a new file called _.scss in `src/main/webapp/sass/themes/`. Your styles should be wrapped in a `#theme-` element. +To create a theme, create a new file `src/main/webapp/sass/themes/_.scss`. Your styles should be wrapped in a `#theme-` element. Don't forget to reference your theme in `src/main/webapp/sass/app.scss` and in `src/main/webapp/js/controllers.js` (look for `$scope.themes`).