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 5ca36ce commit 5d8898bCopy full SHA for 5d8898b
src/autocomplete/autocomplete.css
@@ -1,6 +1,8 @@
1
* { box-sizing: border-box }
2
3
:host {
4
+ all: initial; /* reset styles within Shadow DOM, no inheritance */
5
+
6
--gray-100: #F3F4F6;
7
--gray-300: #D1D5DB;
8
--gray-500: #6B7280;
0 commit comments