mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
13 lines
233 B
SCSS
13 lines
233 B
SCSS
// Global Settings, Variables, and Mixins
|
|
@import 'variables';
|
|
@import 'mixins';
|
|
@import 'global';
|
|
|
|
// Components
|
|
@import 'progress';
|
|
@import 'debugLog';
|
|
|
|
// Build the main view
|
|
@import 'index';
|
|
@import 'conversation';
|