From 94e58a449c6f64c37db83e423e0d3409655447eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ak=C4=B1n=20Ayturan?= Date: Sat, 13 Dec 2014 12:17:37 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bdf5e73..bea55f9a 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,11 @@ The language has to be referenced in the `src/main/app/js/i18n.js` file to be pi ## Themes -To create a theme, create a new file `src/main/webapp/sass/themes/_.scss`. Your styles should be wrapped in a `#theme-` element and use the [SCSS format](http://sass-lang.com/) which is a superset of CSS. +To create a theme, create a new file `src/main/app/sass/themes/_.scss`. Your styles should be wrapped in a `#theme-` element and use the [SCSS format](http://sass-lang.com/) which is a superset of CSS. -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`). +Don't forget to reference your theme in `src/main/app/sass/app.scss` and in `src/main/app/js/controllers.js` (look for `$scope.themes`). -See [_test.scss](https://github.com/Athou/commafeed/blob/master/src/main/webapp/sass/themes/_test.scss) for an example. +See [_test.scss](https://github.com/Athou/commafeed/blob/master/src/main/app/sass/themes/_test.scss) for an example. ## Local development