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.
		
		
		
		
		
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			465 B
		
	
	
	
		
			SCSS
		
	
			
		
		
	
	
			30 lines
		
	
	
		
			465 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';
 | |
| 
 | |
| // Installer
 | |
| @import 'options';
 |