Leo
Leo
Thanks @gilelias! This solution works for me as well! I'm wondering why @sickcodes made the change in https://github.com/sickcodes/Docker-OSX/commit/756a1c03b928989f7841f1276ce7bd70e8772834#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557L200
See the implementation in #1899 I think JZ meant a "Appearance" section in the preferences page which includes a 3-way toggle.
Just adding a comment here - this happens for React projects too. For example, my entry css file has a few imports.. ```css @import "@/assets/styles/upgrade_from_v3.css"; @import "@/assets/styles/shadcn.css"; @import "@/assets/styles/fonts.css"; ```...