mirror of
https://github.com/nextcloud/server.git
synced 2026-01-13 05:34:50 +00:00
- Built the frontend in separate packages until we migrated everything to Vue 3. - Separate logic into two packages controlled by main package.json Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
18 lines
464 B
SCSS
18 lines
464 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';
|
|
@use 'public';
|
|
// If you include .css, it will be imported as url
|
|
@use '../../node_modules/@nextcloud/dialogs/dist/style' as *;
|
|
@use '../../node_modules/@nextcloud/password-confirmation/dist/style' as *;
|