File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ module via a Git Submodule, or copy and paste.
23
23
24
24
$ bower install --save inuit-pack
25
25
26
+ ### Install using npm:
27
+
28
+ $ npm install --save inuit-pack
29
+
26
30
Once installed, ` @import ` into your project in its Objects layer:
27
31
28
32
@import "bower_components/inuit-pack/objects.pack";
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " inuit-pack" ,
3
+ "version" : " 0.1.1" ,
4
+ "description" : " A simple layout tool in the inuitcss framework" ,
5
+ "main" : " _objects.pack.scss" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/inuitcss/objects.pack.git"
9
+ },
10
+ "author" : " Harry Roberts <harry@csswizardry.com>" ,
11
+ "license" : " Apache 2" ,
12
+ "bugs" : {
13
+ "url" : " https://github.com/inuitcss/objects.pack/issues"
14
+ },
15
+ "homepage" : " https://github.com/inuitcss/objects.pack" ,
16
+ "keywords" : [
17
+ " inuitcss" ,
18
+ " oocss" ,
19
+ " css"
20
+ ],
21
+ "dependencies" : {
22
+ "inuit-defaults" : " ~0.2.1" ,
23
+ "inuit-functions" : " ~0.2.0"
24
+ }
25
+ }
You can’t perform that action at this time.
0 commit comments