Signal-Desktop/stylesheets/manifest.scss

28 lines
486 B
SCSS
Raw Normal View History

2020-10-30 20:34:04 +00:00
// Copyright 2014-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
2014-11-07 08:17:27 +00:00
// Global Settings, Variables, and Mixins
2019-12-17 20:25:57 +00:00
@import 'fontfaces';
2018-05-04 20:07:52 +00:00
@import 'variables';
@import 'mixins';
@import 'global';
// Components
2018-05-04 20:07:52 +00:00
@import 'progress';
@import 'modal';
@import 'debugLog';
@import 'lightbox';
@import 'recorder';
@import 'emoji';
@import 'settings';
2014-11-07 08:17:27 +00:00
// Build the main view
2018-05-04 20:07:52 +00:00
@import 'index';
@import 'conversation';
// New CSS
@import 'modules';
// Installer
2018-05-04 20:07:52 +00:00
@import 'options';