blob: 93032655f3d3939a5a3f65da962eb0df2a2085e6 [file] [log] [blame]
import './theme-chooser-sk';
import './theme-chooser-sk-demo.scss';
import { DARKMODE_CLASS } from './theme-chooser-sk';
// Force the element to use the default mode set in the elements attribute.
window.localStorage.removeItem(DARKMODE_CLASS);