mastodon/app/javascript
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
..
fonts Fix local fonts and change font-face values (#2877) 2017-05-07 15:23:06 +02:00
images Replace onboarding elephant with friendlier graphic, shorter animation (#3337) 2017-05-27 00:53:25 +02:00
mastodon Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) 2017-05-27 16:55:09 +02:00
packs Add localization of datetime in public page (#3296) 2017-05-25 14:09:25 +02:00
styles Add missing background center on public profile headers (#3340) 2017-05-27 00:54:00 +02:00