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
Akihiko Odaki (@fn_aki@pawoo.net) e98559c3ff Resolve custom application stylesheet with Webpack (#3373)
This implementation is a bit smaller and still has the following benefits:

* No need of app/javascript/packs/custom.js
For custom stylesheet, it typically has only
"require('../styles/custom.scss')" and is redundant.

* No need to extract vendor stylesheet to another asset
Extracting vendor stylesheet could be forgotten by developers who do not
use custom stylesheet.
8 years ago
..
admin.html.haml Added haml-lint and fix warnings (#2773) 8 years ago
application.html.haml Resolve custom application stylesheet with Webpack (#3373) 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