File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,18 @@ Read more about [MeiliSearch authentication](https://docs.meilisearch.com/refere
105
105
To import the provided CSS styling in your project, depending on your environment you should add the following:
106
106
107
107
ES+ environment
108
+
108
109
``` js
109
- import ' docs-searchbar.js/dist/cdn/docs-searchbar.css'
110
+ import " docs-searchbar.js/dist/cdn/docs-searchbar.css" ;
110
111
```
111
112
112
113
` HTML ` in your header
114
+
113
115
``` html
114
- <link
115
- rel =" stylesheet"
116
- href =" https://cdn.jsdelivr.net/npm/docs-searchbar.js@latest/dist/cdn/docs-searchbar.min.css"
117
- />
116
+ <link
117
+ rel =" stylesheet"
118
+ href =" https://cdn.jsdelivr.net/npm/docs-searchbar.js@latest/dist/cdn/docs-searchbar.min.css"
119
+ />
118
120
```
119
121
120
122
### Customization
You can’t perform that action at this time.
0 commit comments