Files
remark42/web/app/components/raw-content/index.js
T
Igor AdamenkoandUmputun 6f1b9037d5 Dark theme (#228)
* 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
2018-12-15 17:10:41 -06:00

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');