File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,17 @@ A set of small, responsive CSS modules that you can use in every web project.
1414<link rel =" stylesheet" href =" http://yui.yahooapis.com/pure/0.3.0/pure-min.css" >
1515```
1616
17- Alternatively, you can [ customize how you use Pure] [ customize ] .
17+ Note: You can [ customize which Pure modules you need] [ customize ] .
18+
19+ ** Install with Bower:**
20+
21+ ``` shell
22+ $ bower install --save pure
23+ ```
1824
1925
2026[ Pure ] : http://purecss.io/
27+ [ Bower ] : http://bower.io/
2128[ Build Status ] : https://travis-ci.org/yui/pure
2229[ customize ] : http://purecss.io/customize/
2330
6875<link rel =" stylesheet" href =" http://yui.yahooapis.com/pure/0.3.0/pure-min.css" >
6976```
7077
71- You can also install it using [ Bower] ( http://bower.io/ ) , with the following command:
78+ You can also install Pure using [ Bower] [ ] , using the following command:
7279
73- bower install --save pure
80+ ``` shell
81+ $ bower install --save pure
82+ ```
7483
7584
7685Build From Source
You can’t perform that action at this time.
0 commit comments