Skip to content

Instantly share code, notes, and snippets.

@spleenteo
Created June 22, 2012 16:30
Show Gist options
  • Save spleenteo/2973865 to your computer and use it in GitHub Desktop.
Save spleenteo/2973865 to your computer and use it in GitHub Desktop.
box bookrepublic
.box_{
/*
* un box non può avere caratteristiche se non il colore di sfondo
* niente border, niente margini o padding, nè altro che alteri al sua struttura
* tutto il contenuto deve stare dentro una section che eredita alcune proprietà
* dalla libreria LEGO
*/
background-color: $cBoxBackground;
$box_gap: 5px; // dare coerenza agli spazi
$fontFactor: 1.2; // fattore di scala per font, line-height ecc.
section{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment