Loading src/Main.styl +1 −7 Original line number Diff line number Diff line Loading @@ -3,12 +3,6 @@ html font-family $baseFontFamily font-size $baseFontSize @media (max-width $media-high-size) font-size $baseFontSize * 0.9 @media (max-width $media-medium-size) font-size $baseFontSize * 0.8 @media (max-width $media-low-size) font-size $baseFontSize * 0.7 line-height $baseLineHeight color $textColor width 100% Loading src/redmic/Base.styl +2 −2 File changed.Contains only whitespace changes. Show changes Loading
src/Main.styl +1 −7 Original line number Diff line number Diff line Loading @@ -3,12 +3,6 @@ html font-family $baseFontFamily font-size $baseFontSize @media (max-width $media-high-size) font-size $baseFontSize * 0.9 @media (max-width $media-medium-size) font-size $baseFontSize * 0.8 @media (max-width $media-low-size) font-size $baseFontSize * 0.7 line-height $baseLineHeight color $textColor width 100% Loading