FullScreenShenanigans / EightBittr

Bare-bones, highly modular game engine for 2D 8-bit games.
MIT License
77 stars 10 forks source link

🛠 Tooling: Remove as much as possible from index.css files #335

Open JoshuaKGoldberg opened 2 years ago

JoshuaKGoldberg commented 2 years ago

Tooling Report Checklist

Overview

index.css files should be exclusively styling the UI around games+buttons+menus. They shouldn't be used to style games, buttons, or menus themselves.

Are there any styles in index.css files that still apply to games?

Additional Info

No response