signal-desktop/stylesheets/manifest.scss

14 lines
255 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';
2014-11-07 08:17:27 +00:00
// Build the main view
@import 'index';
@import 'conversation';