Skip to content

Instantly share code, notes, and snippets.

@nex3
Created October 5, 2012 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nex3/3841562 to your computer and use it in GitHub Desktop.
Save nex3/3841562 to your computer and use it in GitHub Desktop.
$ ./bin/sass --version
Sass 3.2.1.78c02f9 (Media Mark)
$ ./bin/sass --scss <<SCSS
> .trips-list li.icon2 {background: url(/discovery/resources/images/booking-icon.png) no-repeat 4px -55px}
> SCSS
.trips-list li.icon2 {
background: url(/discovery/resources/images/booking-icon.png) no-repeat 4px -55px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment