Skip to content

Instantly share code, notes, and snippets.

@corysimmons
Created August 23, 2014 01:13
Show Gist options
  • Save corysimmons/6fc5d593926d871bebea to your computer and use it in GitHub Desktop.
Save corysimmons/6fc5d593926d871bebea to your computer and use it in GitHub Desktop.
Sublime Text settings for Emmet to render Stylus according to community backed conventions
{
  "preferences": {
    "stylus.valueSeparator": ": ",
    "stylus.propertyEnd": ""
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment