signal-desktop/stylesheets/manifest.scss

17 lines
316 B
SCSS
Raw Normal View History

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