Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiashader committed Oct 22, 2024
1 parent 7cbcecc commit ccc91c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/input/number-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
@import "./input.mixins.scss";
@import './input.mixins.scss';

@include input-field;

:host {
.input-wrapper.show-stepper-buttons {
input[type="number"] {
input[type='number'] {
min-width: 6rem;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/components/input/textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
@import "./input.mixins.scss";
@import './input.mixins.scss';

@include input-field;

Expand Down

0 comments on commit ccc91c0

Please sign in to comment.