mirror of
https://github.com/nextcloud/server.git
synced 2025-05-05 14:30:48 +00:00

Still providing the legacy one until the Vue FilePicker is out of beta. Pin beta releases so we do not get version conflicts. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 lines
338 B
SCSS
12 lines
338 B
SCSS
@import 'styles.scss';
|
|
@import 'inputs.scss';
|
|
@import 'header.scss';
|
|
@import 'icons.scss';
|
|
@import 'apps.scss';
|
|
@import 'global.scss';
|
|
@import 'fixes.scss';
|
|
@import 'mobile.scss';
|
|
@import 'tooltip.scss';
|
|
// If you include .css, it will be imported as url
|
|
@import '../../node_modules/@nextcloud/dialogs/dist/style';
|
|
@import 'public.scss';
|