//
// Dark Theme CSS for use inside of a media query. This will apply the dark
// style except when overriden by a .light-theme class on the tag.
//
// To use this, add a like the following (change the media query how you
// want):
//
//
//
html:not(.light-theme) {
@import (multiple) "dark-theme-styles.less";
}