Check for a custom css file to help customization of instances (#1368)
* User can create a custom.scss to customize their instance without modifying gitted files. * Add documentation for customization. * Forgot the helper file * Fix Style to pass codeclimate * Requests from maintainer.
Showing
- app/assets/stylesheets/variables.scss 8 additions, 8 deletionsapp/assets/stylesheets/variables.scss
- app/helpers/style_helper.rb 19 additions, 0 deletionsapp/helpers/style_helper.rb
- app/views/layouts/application.html.haml 1 addition, 1 deletionapp/views/layouts/application.html.haml
- config/initializers/assets.rb 2 additions, 1 deletionconfig/initializers/assets.rb
app/assets/stylesheets/variables.scss
100644 → 100755
app/helpers/style_helper.rb
0 → 100755
app/views/layouts/application.html.haml
100644 → 100755
config/initializers/assets.rb
100644 → 100755
Please register or sign in to comment