Dark mode #1

Open
opened 2022-09-15 09:00:33 -04:00 by adam · 0 comments
Owner

There are several possible approaches to implementing dark mode, some include:

However, my current approach is to wait for Bootstrap 5.3+ when it seems that natively implementing some sort of dark mode will be possible.

There are several possible approaches to implementing dark mode, some include: - [build or use separate stylesheets and switch between them](https://stackoverflow.com/questions/30401880/switching-between-multiple-css-files-using-javascript) - [build a whole scss system of variables etc](https://stackoverflow.com/questions/44705611/angular-4-cli-webpack-switching-bootstrap-theme-dynamically-for-the-entire-web) - switch to a different CSS framework with dark mode support such as [tailwindcss](https://tailwindcss.com/docs/dark-mode) or even [bulvar?](https://github.com/daniil4udo/bulvar) - since I used bootstrap, use [one of these bootstrap 5 approaches](https://github.com/vinorodrigues/bootstrap-dark-5) However, my current approach is to wait for [Bootstrap 5.3+ when it seems that natively implementing some sort of dark mode will be possible](https://github.com/twbs/bootstrap/pull/35857).
adam self-assigned this 2022-09-15 09:00:33 -04:00
adam added the
enhancement
label 2022-09-15 09:02:08 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: adam/tripeaks-solitaire-solver-js-73k#1
No description provided.