Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unabris committed Apr 14, 2020
1 parent 950b4a0 commit 837917b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,6 @@
This will generate `config/initializers/beyond_canvas.rb` file, used for general Beyond Canvas configuration
## Style Customization
Beyond Canvas comes with _out-of-the-box_ styles to make your app look like as a Beyond integrated one. If you want to customize the gem styles, follow these instructions:
1. Run the custom style generator:
```bash
$ rails g beyond_canvas:custom_styles
```
This command will generate a file (`app/assets/stylesheets/_beyond_canvas_custom_styles.sass`) that contains all variables you can customize.
1. Import the custom styles **before** Beyond Canvas itself (to override the default styles) on `application.scss`:
```scss
@import 'beyond_canvas_custom_styles'
@import 'beyond_canvas'
```
## Documentation
TBD
Expand Down

0 comments on commit 837917b

Please sign in to comment.