[MIRROR] Add tgui-core and use it for ByondUi (#9119)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-10-02 03:38:14 -07:00
committed by GitHub
parent ef4ad9e18b
commit 99d245ca57
33 changed files with 35 additions and 1583 deletions

View File

@@ -60,7 +60,7 @@ module.exports = (env = {}, argv) => {
],
},
{
test: /\.scss$/,
test: /\.(s)?css$/,
use: [
{
loader: ExtractCssPlugin.loader,