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
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
..
controllers Fix empty flash message on the settings page (#3345) 8 years ago
helpers Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) 8 years ago
javascript Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) 8 years ago
lib Refactor Setting (#3302) 8 years ago
mailers Remove unnecessary .keep files (#2976) 8 years ago
models Remove arguments in association reader (#3305) 8 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services Avoid comparing domains when looking for an exact match of a local account (#3336) 8 years ago
validators Stricter whitelist rules (#2213) 8 years ago
views Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) 8 years ago
workers Specs for cleanup workers (#3235) 8 years ago