mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
- global color functions are now deprecated - use color namespace - `@import` is deprecated and will be removed (will be native CSS import in future) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
16 lines
433 B
SCSS
16 lines
433 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
@use 'styles.scss';
|
|
@use 'inputs.scss';
|
|
@use 'header.scss';
|
|
@use 'icons.scss';
|
|
@use 'apps.scss';
|
|
@use 'global.scss';
|
|
@use 'fixes.scss';
|
|
@use 'mobile.scss';
|
|
@use 'tooltip.scss';
|
|
// If you include .css, it will be imported as url
|
|
@use '../../node_modules/@nextcloud/dialogs/dist/style';
|
|
@use 'public.scss';
|