Skip to content

Commit 2ddfbc3

Browse files
author
Ryan A. Johnson
committed
fix(css): correct ShadowDOM CSS
1 parent 9f4d461 commit 2ddfbc3

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

src/helix-ui/elements/_hx-checkbox.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import 'core/hx-icon';
1+
@import "./_hx-element";
2+
@import "core/hx-icon";
23

34
#container {
45
align-content: center;

src/helix-ui/elements/_hx-modal.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "./_hx-element";
2-
@import 'core/hx-icon';
2+
@import "core/hx-icon";
33

44
#container {
55
background-color: @gray-0;

src/helix-ui/elements/_hx-popover.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import '../styles/modules/mix-position.less';
1+
@import "./_hx-element";
2+
@import "modules/mix-position";
23

34
#container {
45
padding: 1.25rem;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@import './_hx-element';
2-
@import '../styles/modules/mix-position.less';
1+
@import "./_hx-element";
2+
@import "modules/mix-position";
33

44
#container {
5-
padding: 1.25rem;
5+
padding: 1.25rem;
66
}

0 commit comments

Comments
 (0)