]> cat aescling's git repositories - mastodon.git/commit
Check for a custom css file to help customization of instances (#1368)
authorNaouak <tardiel@gmail.com>
Sat, 15 Apr 2017 20:47:48 +0000 (22:47 +0200)
committerEugen <eugen@zeonfederated.com>
Sat, 15 Apr 2017 20:47:48 +0000 (22:47 +0200)
commit3d3e32befb369f8c6a9f3ac1ee48bce3d266f4b8
tree8c0e2cee6e27904802ef764b190a5f0e7db7e49f
parentfa08b5079d7f85c098ee9c6a0dd73bde0a20989f
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.
app/assets/stylesheets/variables.scss [changed mode: 0644->0755]
app/helpers/style_helper.rb [new file with mode: 0755]
app/views/layouts/application.html.haml [changed mode: 0644->0755]
config/initializers/assets.rb [changed mode: 0644->0755]