Skip to content

Commit f4836cd

Browse files
committed
Put logo above header
1 parent 899f0b6 commit f4836cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# css-object-loader
2-
31
<p align="center">
42
<img src='http://i.imgur.com/PXYAzQE.png' title='CSS Object Loader' alt='CSS Object Loader'></img>
53
</p>
64

5+
# css-object-loader
6+
77
Webpack loader to load CSS into a selector object with camelCased properties. Load a CSS file and it will return an object with keys that are the selectors from that CSS file. Each selector has an object containing the rules declared in your CSS.
88

99
# Install

0 commit comments

Comments
 (0)