mirror of https://github.com/mastodon/mastodon
Require stylesheets in common.js (#4152)
Require stylesheets in common.js because stylesheets are shared by the entry points.pull/4155/head
parent
31366334cb
commit
8784bd79d0
@ -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