Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active August 29, 2015 14:11
Show Gist options
  • Save ahmadawais/d6252f111223d154bbf6 to your computer and use it in GitHub Desktop.
Save ahmadawais/d6252f111223d154bbf6 to your computer and use it in GitHub Desktop.
Partial SCSS colors variables
/* ----------------------------------------------------------------------------
* Color variables
*
* @pacakge PP
* since 1.2.1
*
* $wh variants 20% on hover , 50% footer
* $bl variants 20% on text and footer bg, 50% on small footer bg
*
* ------------------------------------------------------------------------- */
// Colors
$c1 : #dedede;
$c2 : #292929;
$wh : #ffffff;
$bl : #000000;
$g : #35ad68;
/* ----------------------------------------------------------------------------
* Responsive
* ------------------------------------------------------------------------- */
$min320 : "min-width:320px";
$min480 : "min-width:480px";
$min768 : "min-width:768px";
$min1024: "min-width:1024px";
$min1280: "min-width:1280px";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment