Skip to content

Instantly share code, notes, and snippets.

@ricardozea
Created November 27, 2012 15: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 ricardozea/4155019 to your computer and use it in GitHub Desktop.
Save ricardozea/4155019 to your computer and use it in GitHub Desktop.
Sublime Text 2 -- User Defined instructions
Emmet:
https://github.com/emmetio/emmet/issues/114
Emmet » Settings - User:
{
"preferences": {
//Removes the space after the colon
"css.valueSeparator": ":",
//Adds a space after the semicolon
"css.propertyEnd": "; "
}
}
Create this file "syntaxProfiles.json" and in it paste this code:
{
"css": {
"filters": "s"
}
}
Create the folder "/emmet" if it's not there, and save it in: c:/Users/your-user/emmet/
General CMD line:
sass --watch scss:css --style compact --compass --debug-info
Sulbime Text 2:
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"font_face": "Envy Code R VS",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
// The number of spaces a tab is considered equal to
"tab_size": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment