Skip to content

Commit

Permalink
Update README's stylesheet override path.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgo authored and Jeff Dutil committed Jun 10, 2015
1 parent eef16ba commit 75a7525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 75a7525

Please sign in to comment.