tipografías responsive por defecto
This commit is contained in:
parent
5b052a5b19
commit
4404e4535b
1 changed files with 5 additions and 2 deletions
|
@ -77,8 +77,8 @@ $spacers: (
|
|||
10: ($spacer * 8),
|
||||
11: ($spacer * 9),
|
||||
12: ($spacer * 10),
|
||||
13: ($spacer * 11),
|
||||
14: ($spacer * 12),
|
||||
13: ($spacer * 11),
|
||||
14: ($spacer * 12),
|
||||
15: ($spacer * 13),
|
||||
);
|
||||
|
||||
|
@ -114,6 +114,9 @@ $paragraph-margin-bottom: 0;
|
|||
$headings-margin-bottom: 0;
|
||||
$label-margin-bottom: 0;
|
||||
|
||||
///tipografías responsive
|
||||
$enable-responsive-font-sizes: true;
|
||||
|
||||
/// Redefinir variables de Boostrap acá. Se las puede ver en
|
||||
/// node_modules/bootstrap/scss/_variables.scss
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue