-
Grupo Enfoca
- Alicante, Spain
- www.miguelmorera.com
Block or Report
Block or report mikem33
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
-
-
-
-
1
function slugify($str) {2// Convert to lowercase and remove whitespace
3$str = strtolower(trim($str));
45// Replace high ascii characters
-
1
// $Media $Queries2@mixin above($value, $width: true) {
3@if $width {
4@media (min-width: em($value)) {
5@content;

