about summary refs log tree commit diff
path: root/app/javascript/themes/win95/index.js
blob: bed6a1ef3dc09f9a2d6dec3d4e1ac3fe8434a9dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
//  These lines are the same as in glitch:
import 'font-awesome/css/font-awesome.css';
require.context('../../images/', true);

//  …But we want to use our own styles instead.
import 'styles/win95.scss';

//  Be sure to make this style file import from
//  `themes/glitch/styles/index.scss` (the glitch styling), and not
//  `application.scss` (which are the vanilla styles).