We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44a9bb commit b7bcd7fCopy full SHA for b7bcd7f
src/client/styles/main/host.scss
@@ -0,0 +1,6 @@
1
+/*******
2
+ * HOST
3
+ *******/
4
+:host {
5
+ contain: content;
6
+}
src/client/styles/rb-checkbox.scss
@@ -4,6 +4,7 @@
@import 'sass/functions.scss';
@import 'sass/colors/palette.scss';
@import 'sass/colors/form-control.scss';
7
+@import 'main/host.scss';
8
9
/* The Component
10
****************/
0 commit comments