2023-01-03 11:55:46 -08:00
|
|
|
// Copyright 2019 Signal Messenger, LLC
|
2020-10-30 15:34:04 -05:00
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2019-12-17 15:25:57 -05:00
|
|
|
// This file acts as a bridge to allow BEM modules to work in the newer CSS
|
|
|
|
// modules development model
|
2024-11-15 16:35:20 -08:00
|
|
|
@use 'variables';
|
|
|
|
@use 'mixins';
|
|
|
|
@use 'modules';
|
|
|
|
@use 'titlebar';
|