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.
- data/README.mkdn +18 -4
- metadata +1 -1
data/README.mkdn
CHANGED
@@ -1,7 +1,21 @@
|
|
1
|
-
|
1
|
+
Compass-compatible Facebook Plugin
|
2
|
+
================================
|
2
3
|
|
3
|
-
|
4
|
+
Based on Nathan Smith's 960 grid system, adjusted for Facebook's 760px-wide layouts
|
4
5
|
|
5
|
-
|
6
|
+
---------
|
6
7
|
|
7
|
-
|
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.
|