perfect-dark-mode icon indicating copy to clipboard operation
perfect-dark-mode copied to clipboard

🌚🌝 Perfect Dark Mode

Results 3 perfect-dark-mode issues
Sort by recently updated
recently updated
newest added

I'd like to use the WebExtension storage instead of `localStorage` to store the current theme in my vue-based browser addon. I've managed to come up with a solution using some...

I am using: "next-plugin-perfect-dark-mode" and when I add: ``` import Head from 'next/head' import { InjectPerfectDarkMode } from 'next-plugin-perfect-dark-mode' ``` to my pages/index.js I get this error: ``` > Build...

This would mean that if used with tailwind css / twin.macro you could enable all dark mode classes with .dark without any hack arounds. If this is currently possible i...