Skip to content

Instantly share code, notes, and snippets.

@JLHwung
Created August 31, 2015 09:43
Show Gist options
  • Save JLHwung/6b58d3d5b01bb2a932c6 to your computer and use it in GitHub Desktop.
Save JLHwung/6b58d3d5b01bb2a932c6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// snippet from bootstrap-sass-official 3.3.5 breadcrumb component
// See https://github.com/sass/libsass/issues/1271
$seperator: '/';
.breadcrumb > li + li:before {
/* Expected: "/\00a0" */
content: "#{$seperator}\00a0";
}
.breadcrumb > li + li:before {
/* Expected: "/\00a0" */
content: "/\\00a0";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment