Skip to content

Instantly share code, notes, and snippets.

@krman009
Last active August 29, 2015 13:56
Show Gist options
  • Save krman009/8931302 to your computer and use it in GitHub Desktop.
Save krman009/8931302 to your computer and use it in GitHub Desktop.
Testing roughdraft.io

Hi dude, How are you? I'm first time testing roughdraft.io.

/* Testing code highlighting (SCSS) */
$variable: 0;

$var-col: blue;

body {
  margin: $variable;
  
  h1 {
    color: $var-col;
  }
}

Hmmm Cool :D

So bye bye...

Link to this gist on Roughdraft.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment