mastodon/app/views/layouts
Eugen Rochko 62ca37884a Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332)
* Fix #2922 - Load stylesheet from "custom.css" entrypoint when present

This is pretty much the same way it worked as before, albeit with
having to create app/javascript/packs/custom.js with
require('../styles/custom.scss') (or whatever you want really), which
will be a blank slate for you to import whatever you want

* Remove old assets directory

* Extract font-awesome into common.css and always load it
2017-05-27 16:55:09 +02:00
..
admin.html.haml Added haml-lint and fix warnings (#2773) 2017-05-08 03:35:25 +02:00
application.html.haml Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) 2017-05-27 16:55:09 +02:00
auth.html.haml Added haml-lint and fix warnings (#2773) 2017-05-08 03:35:25 +02:00
embedded.html.haml Use stylesheet_pack_tag in embedded layout, avoids pipeline deprecation warning (#3123) 2017-05-19 03:11:17 +02:00
error.html.haml Added haml-lint and fix warnings (#2773) 2017-05-08 03:35:25 +02:00
mailer.text.erb Instance helper to replace site title helper (#2038) 2017-04-18 00:16:32 +02:00
public.html.haml Replace \u2014 with — (#3301) 2017-05-25 14:05:54 +02:00