diff options
Diffstat (limited to 'core/css/server.scss')
-rw-r--r-- | core/css/server.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/core/css/server.scss b/core/css/server.scss new file mode 100644 index 00000000000..593556a65f8 --- /dev/null +++ b/core/css/server.scss @@ -0,0 +1,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'; |