/*
 * Copyright 2025, OpenRemote Inc.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program. If not, see <https://www.gnu.org/licenses/>.
 *
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
/* IMPORTANT:
 * The import order can affect whether styling will be applied or not. This only
 * seems to be an issue when using Rspack.
 */
@import "./or-vaadin-badge.css";
@import "./or-vaadin-button.css";
@import "./or-vaadin-checkbox-group.css";
@import "./or-vaadin-checkbox.css"; /* Must be after the checkbox-group */
@import "./or-vaadin-combo-box.css";
@import "./or-vaadin-confirm-dialog.css";
@import "./or-vaadin-date-time-picker.css";
@import "./or-vaadin-date-picker.css"; /* Must be after the date-time-picker */
@import "./or-vaadin-dialog.css";
@import "./or-vaadin-item.css";
@import "./or-vaadin-list-box.css";
@import "./or-vaadin-menu-bar.css";
@import "./or-vaadin-multi-select-combo-box.css";
@import "./or-vaadin-number-field.css";
@import "./or-vaadin-password-field.css";
@import "./or-vaadin-radio-group.css";
@import "./or-vaadin-select.css";
@import "./or-vaadin-slider.css";
@import "./or-vaadin-text-area.css";
@import "./or-vaadin-text-field.css";
@import "./or-vaadin-time-picker.css"; /* Must be after the date-time-picker */
@import "./or-vaadin-toggle-group.css"; /* Must be after the checkbox-group */
