- Alicante, Spain
- www.miguelmorera.com
Pinned Loading
-
-
-
-
characters-replacer
characters-replacer PublicA simple tool to replace characters in a string.
Stylus
-
Slugify PHP Function
Slugify PHP Function 1function slugify($str) {
2// Convert to lowercase and remove whitespace
3$str = strtolower(trim($str));
45// Replace high ascii characters
-
Media Queries Sass Mixins
Media Queries Sass Mixins 1// $Media $Queries
2@mixin above($value, $width: true) {
3@if $width {
4@media (min-width: em($value)) {
5@content;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.