UNPKG

@vaadin/vaadin-lumo-styles

Version:

Lumo is a design system foundation for modern web applications, used by Vaadin components

30 lines (28 loc) 948 B
/** * @license * Copyright (c) 2017 - 2026 Vaadin Ltd. * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ */ @import '../src/mixins/field-base.css'; @import '../src/mixins/field-button.css'; @import '../src/mixins/field-error-message.css'; @import '../src/mixins/field-helper.css'; @import '../src/mixins/field-label.css'; @import '../src/mixins/field-required.css'; @import '../src/components/custom-field.css'; @import '../src/components/date-time-picker.css'; @import './date-picker.css'; @import './time-picker.css'; :root, :host { --_lumo-vaadin-date-time-picker-inject: 1; --_lumo-vaadin-date-time-picker-inject-modules: lumo_mixins_field-label, lumo_mixins_field-required, lumo_mixins_field-error-message, lumo_mixins_field-button, lumo_mixins_field-helper, lumo_mixins_field-base, lumo_components_custom-field, lumo_components_date-time-picker; }