Skip to content

Instantly share code, notes, and snippets.

@M-Drummond
Created October 16, 2015 01:53
Show Gist options
  • Save M-Drummond/c438d61edcb06a39c2de to your computer and use it in GitHub Desktop.
Save M-Drummond/c438d61edcb06a39c2de to your computer and use it in GitHub Desktop.
Catalyst Starting Point In Less
/*------------------------------------*\
IMPORTS
\*------------------------------------*/
@import (less) "quickgrid.less" ;
/*------------------------------------*\
VARS
\*------------------------------------*/
@headings : 'Raleway', sans-serif ;
@primary : #00334d;
@offwhite : #fff5ee;
@green : #006f51;
@maroon : #780032;
@XL: 1200px;
@L: 960px;
@M: 768px;
@S: 480px;
/*------------------------------------*\
MIXINS
\*------------------------------------*/
.clearfix {
width: 100%;
clear: both;
float: none;
}
/*------------------------------------*\
SVG LOGO
\*------------------------------------*/
.logo-image #header #header-left {
background-image: url(images/logo.svg);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment