Skip to content

Commit 9dfcc00

Browse files
committed
css - minor comment for optional css import into js file.
1 parent e194dba commit 9dfcc00

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ npm install slim-select
6161

6262
```javascript
6363
import SlimSelect from 'slim-select'
64-
import 'slim-select/styles' // optional import method
64+
import 'slim-select/styles' // optional css import method
6565

6666
new SlimSelect({
6767
select: '#selectElement',

src/docs/pages/install.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default defineComponent({
3030
<pre class="example-code">
3131
<code class="language-javascript">
3232
import SlimSelect from 'slim-select'
33+
import 'slim-select/styles' // optional css import method
3334

3435
new SlimSelect({
3536
select: '#selectElement'

0 commit comments

Comments
 (0)