Skip to content

Instantly share code, notes, and snippets.

@seamusjr
Created December 12, 2013 21:51
Show Gist options
  • Save seamusjr/7936218 to your computer and use it in GitHub Desktop.
Save seamusjr/7936218 to your computer and use it in GitHub Desktop.
importing compass lib to access mixins
@import "compass/css3";
.spotlight {
background:orange;
@include border-radius(5px);
margin:0 auto;
width:200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment