Where are the settings for @font-size-h1 in Bootstrap 3? -
i starting learn bootstrap. confused. in less files see things like: @font-size-h1
can tell me these specified in default implementation of bootstrap 3?
it's defined in variables.less
file
@font-size-h1: floor((@font-size-base * 2.6)); // ~36px
where:
@font-size-base: 14px;
Comments
Post a Comment