// // Dark Theme CSS that gets activated when the element has the // .dark-theme class. // // To use this, add the .dark-theme class to the element, and add the // following : // // // html.dark-theme { @import (multiple) "dark-theme-styles.less"; }