Mitchell Renton
Results
2
issues of
Mitchell Renton
I've noticed that the sassline mixin ignores the font type. For example... `@include sassline(18, $bodytype, 1.5, 1, all);` Outputs `line-height: 1.5rem; font-size: 1.5rem; margin-bottom: 0.74499rem; padding-top: 0.25501rem;` As well as...
I'm looking to replace the CSS and JS references in my header and footer PHP files. They located at `src/app/templates/boolean/header.php` and `src/app/templates/boolean/footer.php` Is there a way to easily fit them...