mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 411 forks source link

need snippets for grid layout CSS properties #402

Closed mvolkmann closed 6 years ago

mvolkmann commented 6 years ago

Maybe things like gtc for grid-template-column, gtr for grid-template-rows, and more.

mattn commented 6 years ago

I'm not sure, I don't get anything with gtc on https://docs.emmet.io/

mvolkmann commented 6 years ago

I'm new to Emmet, but I think I understand now. You are implementing the Emmet standard at emmet.io and don't want to add features that haven't been added there yet. That makes sense. I imagine that eventually snippets for CSS Grid Layout will be added. I'll check back then. Thanks!