Require stylesheets in common.js (#4152)
Require stylesheets in common.js because stylesheets are shared by the entry points.th-downstream
parent
bf012605a3
commit
b9e0dbe326
@ -1,2 +1,7 @@
|
||||
import { start } from 'rails-ujs';
|
||||
|
||||
// import default stylesheet with variables
|
||||
require('font-awesome/css/font-awesome.css');
|
||||
require('mastodon-application-style');
|
||||
|
||||
start();
|
||||
|
Loading…
Reference in new issue