From 75a75253dfcc51101f4af6b7f51b545019e691fb Mon Sep 17 00:00:00 2001 From: Francis Go Date: Sat, 6 Jun 2015 19:38:46 +1000 Subject: [PATCH] Update README's stylesheet override path. Fixes #6464 --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index f0acd763f3b..1ec0777f60d 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -29,7 +29,7 @@ This stays as closely to the original spree frontend markup as possible. Helper Customizing ------- -Override the stylesheet to `apps/assets/stylesheets/spree/frontend/frontend_bootstrap.css.scss`. Use this as your base stylesheet and edit as required. +Override the stylesheet to `vendor/assets/stylesheets/spree/frontend/frontend_bootstrap.css.scss`. Use this as your base stylesheet and edit as required. To style your spree store just override the bootstrap 3 variables. The full list of bootstrap variables can be found [here](https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/bootstrap/_variables.scss). You can override these by simply redefining the variable before the `@import` directive. For example: