Skip to content

Instantly share code, notes, and snippets.

@tmcw
Last active December 10, 2015 18:49
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 tmcw/4477412 to your computer and use it in GitHub Desktop.
Save tmcw/4477412 to your computer and use it in GitHub Desktop.
#world[zoom >= 14] {
a/line-width: 5;
a/line-color: blue;
[highway = 'primary'] {
a/line-color: red;
}
b/line-width: 15;
b/line-dasharray: 5,15;
[zoom >= 15] {
a/line-width: 8;
b/line-width: 16;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment