• Asignatura: Derecho
  • Autor: sandiaelskeleto
  • hace 3 años

$includeHtml: false !default;

@if ($includeHtml) {
html {
font-size: $baseFont;
}

* {
box-sizing: border-box;
}

*::before,
*::after {
box-sizing: border-box;
}

body {
// sass-lint:disable no-vendor-prefixes
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
// sass-lint:enable no-vendor-prefixes

font-size: fontSize(default);
font-family: $fontFamilyPrimary;
line-height: rhythm(1);
}

}

Respuestas

Respuesta dada por: brisi83638
1

Respuesta:

no se entiendeeeee nada

Preguntas similares