mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 01:24:02 -05:00
62bc36416f
Have all flavors implement everything they need instead.
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
import './public-path';
|
|
import 'font-awesome/css/font-awesome.css';
|
|
import 'styles/application.scss';
|
|
|
|
require.context('../images/', true);
|