File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,7 @@ The inuitcss `clearfix` module is a minimal clearfix helper class.
5
5
Install using Bower:
6
6
7
7
$ bower install --save inuit-clearfix
8
+
9
+ Install using npm:
10
+
11
+ $ npm install --save inuit-clearfix
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " inuit-clearfix" ,
3
+ "version" : " 0.2.1" ,
4
+ "description" : " Small clearfixing utility for the inuitcss framework" ,
5
+ "main" : " _generic.clearfix.scss" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/inuitcss/generic.clearfix.git"
9
+ },
10
+ "author" :
" Harry Roberts <[email protected] >" ,
11
+ "license" : " Apache 2" ,
12
+ "bugs" : {
13
+ "url" : " https://github.com/inuitcss/generic.clearfix/issues"
14
+ },
15
+ "homepage" : " https://github.com/inuitcss/generic.clearfix" ,
16
+ "keywords" : [
17
+ " inuitcss" ,
18
+ " oocss" ,
19
+ " css"
20
+ ]
21
+ }
You can’t perform that action at this time.
0 commit comments