Skip to content

Instantly share code, notes, and snippets.

@ajashton
Created July 25, 2013 19:55
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 ajashton/6083167 to your computer and use it in GitHub Desktop.
Save ajashton/6083167 to your computer and use it in GitHub Desktop.
text: 12 'Arial Regular' line;
// text-size: 12;
// text-face-name: 'Arial Regular';
// text-placement: line;
text-wrap: before 100 '|';
// text-wrap-before: true;
// text-wrap-width: 100;
// text-wrap-character: '|';
// better?
text-wrap: 100 before;
// text-wrap-width: 100;
// text-wrap-before: true;
text-halo: 1 #abc fast;
// text-halo-radius: 1;
// text-halo-fill: #abc;
// text-halo-rasterizer: fast;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment