Skip to content

Instantly share code, notes, and snippets.

View wmcmillian-coalmarch's full-sized avatar

Will McMillian wmcmillian-coalmarch

View GitHub Profile
->css
->default_users
->forms
->images
->includes
->js
->modules
->themes
.gitignore
ajax_image_handler.php
@wmcmillian-coalmarch
wmcmillian-coalmarch / base_typography.scss
Last active February 29, 2016 18:55
Base Typography Layout
//font-sizes and line-heights not in comp taken from here: http://typecast.com/blog/a-more-modern-scale-for-web-typography
h1 {
font-size: 2em;
line-height: 1.25em;
}
h2 {
font-size: 1.625em;
line-height: 1.15384615em
}
h3 {
<?php
$conf['theme_debug'] = TRUE;
$_SERVER['environment'] = 'development';
$databases = array(
'default' => array(
'default' => array(
'database' => 'intelligrated',