mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 05:53:14 -08:00
Load the `common` style pack, and then charge the style pack for the current skin, independent from any selected JS pack.
5 lines
248 B
JavaScript
5 lines
248 B
JavaScript
/* This file is a hack to have something more reliable than the upstream `common` tag
|
|
that is implicitly generated as the common chunk through webpack's `splitChunks` config */
|
|
|
|
import './public-path';
|
|
import 'font-awesome/css/font-awesome.css';
|