Current section

Files

Jump to
sass test sample_scss.scss
Raw

test/sample_scss.scss

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