Sha256: 7ee37c27e5cca21b4ac8e70c4c176d67b0ddec4dee814b30ea2fc855be1b8555
Contents?: true
Size: 903 Bytes
Versions: 81
Compression:
Stored size: 903 Bytes
Contents
@import "base/variables" @import 'base/font-scale' // Google font $main: "Roboto" $url: "http://fonts.googleapis.com/css?family=" + $main + ":400,700" @import url($url) =main_font font-family: $main, monospace =italic font-style: italic =light_weight font-weight: 200 =normal_weight font-weight: 500 =bold font-weight: 700 // Google font $monospace: "Ubuntu Mono" $url: "http://fonts.googleapis.com/css?family=" + $monospace + ":400,700" @import url($url) =monospace font-family: $monospace, monospace =clean_style text-decoration: none =tiny +font-scale(1 - $golden-stepup) =very-small +font-scale(1 - $golden-stepup/2) =small +font-scale(1 - $golden-stepup/3) =normal +font-scale(1) =compact line-height: 1.2em =medium +font-scale(1 + $golden-stepup/2) +light_weight =large +font-scale(1 + $golden-stepup) =very-large +font-scale(1 + $golden-stepup*2)
Version data entries
81 entries across 81 versions & 1 rubygems