Current section

Files

Jump to
sass test sample_sass.css
Raw

test/sample_sass.css

/* sample_sass.sass */
#main {
color: blue;
font-size: 0.3em; }
#main a {
font-weight: bold;
font-family: serif; }
#main a:hover {
background-color: #eee; }