mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Forking glitch theme
This commit is contained in:
14
app/javascript/themes/glitch/index.js
Normal file
14
app/javascript/themes/glitch/index.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import loadPolyfills from './util/load_polyfills';
|
||||
|
||||
// import default stylesheet with variables
|
||||
require('font-awesome/css/font-awesome.css');
|
||||
|
||||
import './styles/index.scss';
|
||||
|
||||
require.context('../../images/', true);
|
||||
|
||||
loadPolyfills().then(() => {
|
||||
require('./util/main').default();
|
||||
}).catch(e => {
|
||||
console.error(e);
|
||||
});
|
||||
Reference in New Issue
Block a user