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