Skip to main content
edited tags
Link
Charles
  • 51.5k
  • 13
  • 107
  • 146
Source Link

Compass delimited list separator - how to set to –

I am using SASS/Compass to create a breadcrumb with the Compass mixin "@include delimited-list();"

I have a variable called $breadcrumb-separator: " > "; so that I can change the character out in different situations.

My css is: ul.nav {@include delimited-list($breadcrumb-separator);}

How can I change the use of the character ">", to use the en dash(– or –) entity?