Skip to content
View dirkschmid's full-sized avatar

Block or report dirkschmid

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Using Compass to generate normal and... Using Compass to generate normal and retina sprite maps
    1
    $sprites: sprite-map("sprites/*.png")
    2
    $sprites-retina: sprite-map("sprites-retina/*.png")
    3
    
                  
    4
    =sprite-background($name)
    5
      background-image: sprite-url($sprites)
  2. gatsby-netlify-cms-test gatsby-netlify-cms-test Public

    JavaScript

  3. Middleman-Startup Middleman-Startup Public

    Starting point for static template builds using Middleman

    CSS 2

  4. hsl.php hsl.php
    1
    <?php $hsl = rand(0, 240) . ',' . rand(50, 80) . '%,60%'; ?>
    2
    
                  
    3
    <style type="text/css">
    4
    a {
    5
      color: hsl(<?php echo $hsl ?>);