9 lines
254 B
SCSS
9 lines
254 B
SCSS
// Copyright 2019 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
// This file acts as a bridge to allow BEM modules to work in the newer CSS
|
|
// modules development model
|
|
@use 'variables';
|
|
@use 'mixins';
|
|
@use 'modules';
|
|
@use 'titlebar';
|