0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Cleaned up typographic rules

This commit is contained in:
John O'Nolan 2013-08-21 14:43:24 +02:00
parent da0d355a99
commit 82a357da70

View file

@ -9,7 +9,6 @@
* Typography
* Colors
* Gradients
* Typography
* Global Styles
*
*/
@ -60,6 +59,17 @@ $font-family: 'Open Sans', sans-serif;
$font-family-serif: serif;
$font-family-mono: Inconsolata, monospace;
@mixin baseline {
margin: 1.6em 0;
}
//Does this really need to be a mixin?
@mixin hidden {
text-indent: -9999px;
visibility: hidden;
display: none;
}
/* =============================================================================
Colors
@ -132,22 +142,6 @@ $green: #9FBB58;
}
/* =============================================================================
Typography
============================================================================= */
@mixin baseline {
margin: 1.6em 0;
}
//Does this really need to be a mixin?
@mixin hidden {
text-indent: -9999px;
visibility: hidden;
display: none;
}
/* =============================================================================
Global Elements
============================================================================= */