mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 23:58:06 +01:00
4 lines
132 B
JavaScript
4 lines
132 B
JavaScript
import 'flavours/glitch/styles/index.scss';
|
|
|
|
// This ensures that webpack compiles our images.
|
|
require.context('../images', true);
|