nextcloud/core/css/server.scss
Ferdinand Thiessen 7ff0804e90
chore: adjust styles for new stylelint config
- replace renamed `word-wrap` with new name `overflow-wrap` (CSS3)
- use extensions for `@use`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-01-19 15:33:39 +01:00

19 lines
No EOL
523 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';
@use 'public.scss';
// If you include .css, it will be imported as url
@use '../../node_modules/@nextcloud/dialogs/dist/style.css' as *;
@use '../../node_modules/@nextcloud/password-confirmation/dist/style.css' as *;