We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15542d3 commit 2c33790Copy full SHA for 2c33790
src/helix-ui/elements/HXElement.less
@@ -1,11 +1,9 @@
1
@import (reference) "vars";
2
3
-:host {
4
- *, *::before, *::after {
5
- box-sizing: border-box;
6
- // TODO: convert below properties into .inheritTypography() mixin
7
- color: inherit;
8
- font: inherit;
9
- letter-spacing: inherit;
10
- }
+*, *::before, *::after {
+ box-sizing: border-box;
+ // TODO: convert below properties into .inheritTypography() mixin
+ color: inherit;
+ font: inherit;
+ letter-spacing: inherit;
11
}
0 commit comments