User Tools

Site Tools


sasset:working_with_variables
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


sasset:working_with_variables [2016/03/30 22:51] (current) – created leo
Line 1: Line 1:
 +|<- [[Working with our automation template]]|[[Nesting your styles]] ->|
  
 +==== Variables ====
 +<code>
 +$blanc: #FFFFFF;
 +$noir: #000000;
 +
 +$color-main: $noir;
 +$color-background: $blanc;
 +
 +$font-main: Georgia, Helvetica, sans-serif;
 +
 +body {
 +  font-family: $font-main;
 +}
 +</code>
sasset/working_with_variables.txt · Last modified: 2016/03/30 22:51 by leo