Skip to content

Commit cec667b

Browse files
whizkydeeAkryum
authored andcommitted
docs: Fix misleading CSS file import instruction (#260)
The CSS file is not imported by default, so the doc should read "should be included", not "is included".
1 parent 8657880 commit cec667b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import { RecycleScroller } from 'vue-virtual-scroller'
8282
Vue.component('RecycleScroller', RecycleScroller)
8383
```
8484

85-
**⚠️ A css file is included when importing the package:**
85+
**⚠️ The line below should be included when importing the package:**
8686

8787
```js
8888
import 'vue-virtual-scroller/dist/vue-virtual-scroller.css'

0 commit comments

Comments
 (0)