aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/server.scss
blob: 593556a65f8b1e495cc94d246da43dcb6f705afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*!
 * 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';