Skip to content

Commit 5ed008c

Browse files
Merge pull request #23 from raphaelfabeni/development
Development
2 parents 7b41a16 + 1e450db commit 5ed008c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ It's usually common to show a loader to users when they must wait for something
2424
* [clock](#clock)
2525
* [curtain](#curtain)
2626
* [music](#music)
27+
* [pokeball](#pokeball)
2728
* [Contributing](#contributing)
2829
* [Browser Support](#browser-support)
2930

@@ -323,7 +324,7 @@ This loader differs from the other because we have to pass an attribute to it, a
323324
<div class="loader loader-pokeball is-active"></div>
324325
```
325326

326-
![loader-pokeball](https://cloud.githubusercontent.com/assets/1345662/22757019/6208046c-ee30-11e6-87c9-5c69f89201c3.gif)
327+
![loader-pokeball](https://cloud.githubusercontent.com/assets/1345662/22757245/3ddfc9d4-ee31-11e6-97e3-5d7221542e2e.gif)
327328

328329
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-pokeball) :metal:
329330

dist/css-loader.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css-loader.sass

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
@import './loaders/loader-smartphone'
1313
@import './loaders/loader-clock'
1414
@import './loaders/loader-curtain'
15-
@import './loaders/loader-music'
15+
@import './loaders/loader-music'
16+
@import './loaders/loader-pokeball'

0 commit comments

Comments
 (0)