Skip to content

Commit 7cf9227

Browse files
committed
remove global styling - forgot to replace it
1 parent c40944f commit 7cf9227

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-datalist-input",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "react-datalist-input provides a React datalist/combobox component called DatalistInput. The component contains an input field with a dropdown menu of suggestions based on the current input.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* {
1+
.react-datalist-input__container > * {
22
box-sizing: border-box;
33
}
44

tests/remix-demo/app/combobox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* {
1+
.react-datalist-input__container > * {
22
box-sizing: border-box;
33
}
44

0 commit comments

Comments
 (0)