@vaadin/vaadin-lumo-styles
Version:
Lumo is a design system foundation for modern web applications, used by Vaadin components
28 lines (25 loc) • 870 B
CSS
/**
* @license
* Copyright (c) 2000 - 2026 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
@import '../src/mixins/overlay.css';
@import '../src/components/rich-text-editor-popup-overlay.css';
@import '../src/components/rich-text-editor.css';
@import '../src/global/typography.css'
lumo_global_typography;
@import './button.css';
@import './confirm-dialog.css';
@import './text-field.css';
@import './tooltip.css';
:root,
:host {
--_lumo-vaadin-rich-text-editor-inject: 1;
--_lumo-vaadin-rich-text-editor-inject-modules:
lumo_global_typography,
lumo_components_rich-text-editor;
--_lumo-vaadin-rich-text-editor-popup-overlay-inject: 1;
--_lumo-vaadin-rich-text-editor-popup-overlay-inject-modules:
lumo_mixins_overlay,
lumo_components_rich-text-editor-popup-overlay;
}