Current section

Files

Jump to
sass test expanded.css
Raw

test/expanded.css

/* sample_scss.scss */
#navbar {
width: 80%;
height: 23px;
}
#navbar ul {
list-style-type: none;
}
#navbar li {
float: left;
}
#navbar li a {
font-weight: bold;
}