Skip to content

Commit

Permalink
fix(css): removed unused scss variables
Browse files Browse the repository at this point in the history
110+ unused var removed
renamed var according to new bootstrap naming style
  • Loading branch information
ygatesoupe committed Feb 5, 2016
1 parent c707d41 commit 8e0a5f5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 314 deletions.
2 changes: 1 addition & 1 deletion scss/_o-pointed_tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
background-color: $o-nav-tabs-bg;
background-clip: padding-box;
border: 2px solid $o-nav-tabs-border-color;
border-radius: $border-radius-large;
border-radius: $border-radius-lg;

.nav-item .nav-link {
position: relative;
Expand Down
Loading

0 comments on commit 8e0a5f5

Please sign in to comment.