mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
- replace renamed `word-wrap` with new name `overflow-wrap` (CSS3) - use extensions for `@use` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
19 lines
No EOL
523 B
SCSS
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 *; |