30-05-2009, 05:33 AM
Concernant le Sass, j'ai un peu du mal à cerner la différence par rapport à ça:
<?php
$main_container_width = 90;
$link_hover = '#666';
$thumb_width = 50;
$generic_link = 'color: #333;';
echo '
a {
',$generic_link,'
font-weight: bold;
text-decoration: none;
}
etc.';
?>