1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

remove extends: navs and unstyled lists

This commit is contained in:
Mark Otto 2015-04-26 00:02:25 -07:00
parent e815696dac
commit 7853a675f6

View file

@ -8,8 +8,9 @@
//
.nav {
padding-left: 0;
margin-bottom: 0;
@extend .list-unstyled;
list-style: none;
@include clearfix();
}