mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Remove bypass and use use glitch-soc's theming system for inert.css
This commit is contained in:
4
app/javascript/core/inert.js
Normal file
4
app/javascript/core/inert.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/* Placeholder file to have `inert.scss` compiled by Webpack
|
||||
This is used by the `wicg-inert` polyfill */
|
||||
|
||||
import '../styles/inert.scss';
|
||||
@@ -10,6 +10,9 @@ pack:
|
||||
embed: embed.js
|
||||
error:
|
||||
home:
|
||||
inert:
|
||||
filename: inert.js
|
||||
stylesheet: true
|
||||
mailer:
|
||||
filename: mailer.js
|
||||
stylesheet: true
|
||||
|
||||
Reference in New Issue
Block a user