Skip to content

Instantly share code, notes, and snippets.

@jescalan
Created September 14, 2012 21:19
Show Gist options
  • Select an option

  • Save jescalan/3724915 to your computer and use it in GitHub Desktop.

Select an option

Save jescalan/3724915 to your computer and use it in GitHub Desktop.
base html
<!DOCTYPE html>
<html>
<head>
<title>Flexible UI With SASS</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400' rel='stylesheet'>
<link rel='stylesheet' href='master.css' />
</head>
<body>
<h1>Flexible UI With SASS</h1>
<div class='container'>
<button>click me!</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment