Initial commit
[yaffs-website] / node_modules / node-sass / test / fixtures / compressed / index.scss
1 #navbar {
2   width: 80%;
3   height: 23px;
4 }
5
6 #navbar ul {
7   list-style-type: none;
8 }
9
10 #navbar li {
11   float: left;
12
13   a {
14     font-weight: bold;
15   }
16 }