bullrico-compass-facebook 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/README.mkdn +18 -4
  2. metadata +1 -1
data/README.mkdn CHANGED
@@ -1,7 +1,21 @@
1
- = compass-facebook
1
+ Compass-compatible Facebook Plugin
2
+ ================================
2
3
 
3
- Description goes here.
4
+ Based on Nathan Smith's 960 grid system, adjusted for Facebook's 760px-wide layouts
4
5
 
5
- == Copyright
6
+ ---------
6
7
 
7
- Copyright (c) 2009 Bobby Santiago. See LICENSE for details.
8
+ This plugin adds a 760 Grid System framework to [Compass](http://compass-style.org/).
9
+
10
+ Install
11
+ =======
12
+
13
+ sudo gem install chriseppstein-compass
14
+ sudo gem install bullrico-compass-facebook
15
+
16
+ Create a 760-pattern-based Compass Project
17
+ ==================================
18
+
19
+ compass -r compass-facebook -f 760 <project name>
20
+
21
+ Then edit your `grid.sass` and `typography.sass` files accordingly.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullrico-compass-facebook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bobby Santiago