You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Susy & Compass use HTML hacks to support IE 6 and 7. You can turn that on or off.
29
+
* We are using Susy 1.0. Update your GEM file by deleting the old and downloading the new.
30
+
*/
31
+
/* ! ===== Variables ===== */
32
+
/* Colors */
33
+
/* Confusing, but in some cases, this can be set to a dark color */
34
+
/* Python blue */
35
+
/* Python yellow */
36
+
/* Also used for error messages */
37
+
/* Set a generic border color here to keep them consistent */
38
+
/* Typography */
39
+
/* True here means that all computed values will be in EMs */
40
+
/* Allows the adjust-font-size-to and lines-for-font-size mixins to round to the nearest half line height to avoid large spacing between lines. */
41
+
/* Useful to set this here, but don't echo it anywhere. Used in calculations */
42
+
/* Useful to set this here, but don't echo it anywhere. Used in calculations */
43
+
/* Calculate the font-size-adjust of Flux:
44
+
* http://www.cs.tut.fi/~jkorpela/x-height.html
45
+
* Or, in this case, we did it by hand by comparing Flux to Arial, side by side.
46
+
* We then adjusted it further visually, as Flux is more condensed and therefore line-length changes pretty dramatically.
47
+
*/
48
+
/*
49
+
Compass will convert the font sizes from px to em and fit it into the vertical rhythm automatically with the necessary margin
50
+
A neat trick, for sure. More on using the vertical rhythm properties and mixins: http://compass-style.org/reference/compass/typography/vertical_rhythm/
51
+
52
+
Note: The line height is relative to the constant $base-line-height.
53
+
The number you specify for the leader, trailer and leading will be multiplied by the constant, then converted to its relative value in ems.
54
+
Don’t worry about nested elements etc, Compass will do the maths for you :)
0 commit comments