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

Commit f42dc38

Browse files
committed
Update readme images
1 parent dd459c2 commit f42dc38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Load up `./index.html` in your browser and you're off to the races!
2626

2727
In `plugins/object-fit/index.js` you'll find an example of a plugin that adds a set of simple, non-configurable utility classes for the `object-fit` property.
2828

29+
![](https://user-images.githubusercontent.com/4323180/37477273-a16ac9fc-284d-11e8-9ec6-da819f66871e.png)
30+
2931
The only option it exposes are the variants you'd like to generate (`responsive`, `hover`, `focus`, etc.), which you pass to the plugin as a simple array:
3032

3133
```js
@@ -41,4 +43,4 @@ This is just about the simplest type of plugin you could make.
4143

4244
In `plugins/simple-buttons/index.js` you'll find an example of a plugin that adds new component classes.
4345

44-
![](https://user-images.githubusercontent.com/4323180/37471725-d90672a6-2840-11e8-8b15-924e62c90e1d.png)
46+
![](https://user-images.githubusercontent.com/4323180/37477287-b367cf88-284d-11e8-823b-f793c3ba1119.png)

0 commit comments

Comments
 (0)