/*
 * SPDX-FileCopyrightText: 2025 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
@use 'mixins/input';

@include input.label('.ix-form-label');
@include input.form('.ix-form-control');
@include input.element-form('.ix-form-control');
