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