mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
8784bd79d0
Require stylesheets in common.js because stylesheets are shared by the entry points.
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
import { start } from 'rails-ujs';
|
|
|
|
// import default stylesheet with variables
|
|
require('font-awesome/css/font-awesome.css');
|
|
require('mastodon-application-style');
|
|
|
|
start();
|