-
62de437: feat(options): Make local storage listener optional
The local storage listener isn't needed to eliminate FOUC, so it's now optional.
The local storage listener toggled the
dark
class on the document element if the local storage key is set todark
. This is useful to help implement a simple dark mode solution, while taking system preferences into account.
- dd50c46: Full functionality achieved, user can define custom local storage key
- da40de0: First working version, using static local storage key
- 5614e9c: fix(options-error): Define default
localStorageKey
directly in virtual module
- 917c437: Add repo field to
package.json
- d266503: Update README with "project still in development" warning
- 77dbab1: Initial Release