mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Fix css
This commit is contained in:
@@ -1648,6 +1648,7 @@ let s:emmet_settings = {
|
||||
\ "wfsm:n": "-webkit-font-smoothing:none;"
|
||||
\ },
|
||||
\ 'filters': 'fc',
|
||||
\ 'ignore_embeded_filetype': 1,
|
||||
\ },
|
||||
\ 'sass': {
|
||||
\ 'extends': 'css',
|
||||
@@ -1669,7 +1670,6 @@ let s:emmet_settings = {
|
||||
\ },
|
||||
\ 'css.drupal': {
|
||||
\ 'extends': 'css',
|
||||
\ 'ignore_embeded_filetype': 1,
|
||||
\ },
|
||||
\ 'html': {
|
||||
\ 'snippets': {
|
||||
|
||||
Reference in New Issue
Block a user