Skip to content

Commit 1fdbb5f

Browse files
committed
Updated readme
1 parent cf98776 commit 1fdbb5f

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ Overwrite styles when using the default css included or add custom styles basing
129129

130130
```stylus
131131
div#{:id}_wrapper.simple-typeahead
132-
input#{:id}
133-
div.simple-typeahead-list
134-
.simple-typeahead-list-item &.simple-typeahead-list-item-active
135-
.simple-typeahead-list-item-text
132+
input#{:id}
133+
div.simple-typeahead-list
134+
.simple-typeahead-list-item &.simple-typeahead-list-item-active
135+
.simple-typeahead-list-item-text
136136
```

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"url": "https://github.com/frikinside/vue3-simple-typeahead.git"
1111
},
1212
"bugs": {
13-
"url" : "https://github.com/frikinside/vue3-simple-typeahead/issues",
14-
"email" : "[email protected]"
13+
"url": "https://github.com/frikinside/vue3-simple-typeahead/issues",
14+
"email": "[email protected]"
1515
},
1616
"keywords": [
1717
"autocomplete",
@@ -45,7 +45,9 @@
4545
"LICENSE",
4646
"README.md"
4747
],
48-
"sideEffects": ["*.css"],
48+
"sideEffects": [
49+
"*.css"
50+
],
4951
"scripts": {
5052
"serve": "vue-cli-service serve dev/serve.js",
5153
"prebuild": "rimraf ./dist",

0 commit comments

Comments
 (0)