Skip to content

Instantly share code, notes, and snippets.

@chadsten
Last active December 21, 2015 03:59
Show Gist options
  • Select an option

  • Save chadsten/6246425 to your computer and use it in GitHub Desktop.

Select an option

Save chadsten/6246425 to your computer and use it in GitHub Desktop.
function! s:sassOpenCT(ct)
let contenttype=a:ct
:vsp sites/all/themes/main/sass/content-types/_.fnameescape(contenttype)..scss
endfunction
command! -nargs=1 SassCT call s:sassOpenCT(<q-args>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment