Skip to content

Instantly share code, notes, and snippets.

@AFelipeTrujillo
Created June 11, 2016 14:39
Show Gist options
  • Save AFelipeTrujillo/cb0229f56129b359903ba5930f7f4e08 to your computer and use it in GitHub Desktop.
Save AFelipeTrujillo/cb0229f56129b359903ba5930f7f4e08 to your computer and use it in GitHub Desktop.
<html>
<head>
<title> Import example of sass</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<h1>Ejemplo Simple de SASS</h1>
<h3>Bienvenidos</h3>
</body>
</html>
h1{
color: #AF80ED;
}
h3{
color: #DE5E85
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment