This commit is contained in:
Yasuhiro Matsumoto
2016-11-30 14:05:39 +09:00
parent 44906fb16e
commit 1a9c1493ab

View File

@@ -3,7 +3,7 @@ function! emmet#lang#sass#findTokens(str) abort
endfunction
function! emmet#lang#sass#parseIntoTree(abbr, type) abort
return emmet#lang#html#parseIntoTree(a:abbr, a:type)
return emmet#lang#css#parseIntoTree(a:abbr, a:type)
endfunction
function! emmet#lang#sass#toString(settings, current, type, inline, filters, itemno, indent) abort