mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
8784bd79d0
Require stylesheets in common.js because stylesheets are shared by the entry points.
8 lines
175 B
JavaScript
8 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();
|