Skip to content

Instantly share code, notes, and snippets.

@syahrasi
Created November 27, 2013 03:06
Show Gist options
  • Save syahrasi/7670070 to your computer and use it in GitHub Desktop.
Save syahrasi/7670070 to your computer and use it in GitHub Desktop.
Add scss code sample

Gist Blog Test

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

def test
  puts 'test'
end
var test = function() {
  console.log("Hello World");
}
$color: black;

body {
  color: $color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment