17 lines
377 B
SCSS
17 lines
377 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2017 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
@use 'styles';
|
|
@use 'inputs';
|
|
@use 'header';
|
|
@use 'icons';
|
|
@use 'apps';
|
|
@use 'global';
|
|
@use 'fixes';
|
|
@use 'mobile';
|
|
@use 'tooltip';
|
|
// If you include .css, it will be imported as url
|
|
@use '../../node_modules/@f7cloud/dialogs/dist/style';
|
|
@use 'public';
|