Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  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;

35 contributions in the last year

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

Contribution activity

November - December 2020

mikem33 has no activity yet for this period.

October 2020

Created 12 commits in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.