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