Cable-Desktop/stylesheets/manifest.scss

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