mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
f6e6ba4851
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
16 lines
383 B
SCSS
16 lines
383 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud 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/@nextcloud/dialogs/dist/style';
|
|
@use 'public';
|