6 lines
125 B
SCSS
Raw Normal View History

2013-10-09 06:30:53 -04:00
.get-started ol {
@extend %reset-list;
@include font-size-x-large;
@include adjust-leading-to(2, $font-size-x-large)
}