You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
540 B
SCSS
33 lines
540 B
SCSS
// Global Settings, Variables, and Mixins
|
|
@import 'variables';
|
|
@import 'mixins';
|
|
@import 'global';
|
|
|
|
// Components
|
|
@import 'progress';
|
|
@import 'modal';
|
|
@import 'debugLog';
|
|
@import 'lightbox';
|
|
@import 'recorder';
|
|
@import 'emoji';
|
|
@import 'mentions';
|
|
@import 'settings';
|
|
@import 'password';
|
|
|
|
// Build the main view
|
|
@import 'index';
|
|
@import 'conversation';
|
|
|
|
// Themes
|
|
@import 'ios';
|
|
@import 'theme_dark';
|
|
|
|
// New CSS
|
|
@import 'modules';
|
|
@import 'session';
|
|
@import 'session_signin';
|
|
@import 'session_theme_dark';
|
|
|
|
// Installer
|
|
@import 'options';
|