* add with-theme hoc * add dark theme styles for components * add toggle theme button to the dev demo page * add info about widget themes to README
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
require('./raw-content.scss');
|
|
|
|
require('./_theme/_dark/raw-content_theme_dark.scss');
|
|
require('./_theme/_light/raw-content_theme_light.scss');
|