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 82b06d3 commit f800ec3Copy full SHA for f800ec3
MeiliSearchBox.vue
@@ -85,7 +85,7 @@ export default {
85
& > span
86
vertical-align middle
87
.dsb-cursor
88
- background rgba(red, 0.05)
+ background rgba($accentColor, 0.05)
89
.meilisearch-autocomplete
90
line-height 2
91
// Searchbox
playground/package.json
@@ -9,6 +9,6 @@
9
},
10
"dependencies": {
11
"vuepress": "^1.4.1",
12
- "vuepress-plugin-meilisearch": "link:~/PROJECTS/INTEGRATION/vuepress-plugin-meilisearch"
+ "vuepress-plugin-meilisearch": "^0.0.6"
13
}
14
0 commit comments