Cable-Desktop/stylesheets/manifest.scss

17 lines
316 B
SCSS
Raw Normal View History

2014-11-07 09:17:27 +01:00
// Global Settings, Variables, and Mixins
@import 'variables';
@import 'mixins';
@import 'global';
// Components
@import 'progress';
@import 'debugLog';
@import 'lightbox';
2016-08-16 00:36:29 +02:00
@import 'recorder';
@import 'emoji';
2014-11-07 09:17:27 +01:00
// Build the main view
@import 'index';
@import 'conversation';
@import 'themes';