Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.

Commit 6c52d7d

Browse files
committed
spread out sections
1 parent 35b19c2 commit 6c52d7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ A dependency-free Javascript plugin for styling `<select>` elements with an emph
1818
5. [License](#license)
1919

2020

21+
&nbsp;
2122

2223
## Features
2324

@@ -33,6 +34,7 @@ blob-select additionally provides support for:
3334
* Sorting
3435

3536

37+
&nbsp;
3638

3739
## Requirements
3840

@@ -44,6 +46,7 @@ blob-select does not require any Javascript frameworks, however browsers must su
4446
If these requirements are not met, blob-select will exit without manipulating the DOM.
4547

4648

49+
&nbsp;
4750

4851
## Use
4952

@@ -153,6 +156,8 @@ document.getElementById('my-select').blobSelect.buildData();
153156
```
154157

155158

159+
&nbsp;
160+
156161
## Styling
157162

158163
blob-select aims to be as headache-free as possible. Its markup is minimal (see below) and it does not impose pesky inline styles, Javascript animations, or convoluted nested>nested>nested elements. Frontend developers are free to define everything through elegant CSS wizardry.
@@ -228,6 +233,7 @@ The HTML structure is as follows:
228233
The SCSS project folder includes example styles that might provide some inspiration.
229234

230235

236+
&nbsp;
231237

232238
## License
233239

0 commit comments

Comments
 (0)