The Wayback Machine - https://web.archive.org/web/20211206071038/https://github.com/mikem33
Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report mikem33

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. A HTML5 Boilerplate to start a project.

    Stylus 4

  2. A Wordpress Starter theme.

    PHP

  3. A simple tool to replace characters in a string.

    CSS

  4. 1
    function slugify($str) {
    2
        // Convert to lowercase and remove whitespace
    3
        $str = strtolower(trim($str));
    4
    
                  
    5
        // Replace high ascii characters
  5. 1
    // $Media $Queries
    2
    @mixin above($value, $width: true) {
    3
        @if $width {
    4
            @media (min-width: em($value)) {
    5
                @content;

4 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

December 2021

mikem33 has no activity yet for this period.