You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
admin.html.haml Added haml-lint and fix warnings (#2773) 8 years ago
application.html.haml Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) 8 years ago
auth.html.haml Added haml-lint and fix warnings (#2773) 8 years ago
embedded.html.haml Use stylesheet_pack_tag in embedded layout, avoids pipeline deprecation warning (#3123) 8 years ago
error.html.haml Added haml-lint and fix warnings (#2773) 8 years ago
mailer.text.erb Instance helper to replace site title helper (#2038) 8 years ago
public.html.haml Replace \u2014 with — (#3301) 8 years ago