mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
[refactor, chore] "Compile" CSS via Webpack
This may seem unnecessary (and odd to import CSS files into JS...), but this sets up the project for being able to keep the distributed (release) resources all together, as well as setting the stage for introducing something like SCSS.
This commit is contained in:
@@ -64,6 +64,19 @@ import {StockMarket, StockSymbols,
|
||||
displayStockMarketContent} from "./StockMarket";
|
||||
import {Terminal, postNetburnerText, post, KEY} from "./Terminal";
|
||||
|
||||
// These should really be imported with the module that is presenting that UI, but because they very much depend on the
|
||||
// cascade order, we'll pull them all in here.
|
||||
import "../css/styles.css";
|
||||
import "../css/terminal.css";
|
||||
import "../css/menupages.css";
|
||||
import "../css/workinprogress.css";
|
||||
import "../css/popupboxes.css";
|
||||
import "../css/interactivetutorial.css";
|
||||
import "../css/loader.css";
|
||||
import "../css/missions.css";
|
||||
import "../css/companymanagement.css";
|
||||
import "../css/bladeburner.css";
|
||||
|
||||
/* Shortcuts to navigate through the game
|
||||
* Alt-t - Terminal
|
||||
* Alt-c - Character
|
||||
|
||||
Reference in New Issue
Block a user