emmetio / emmet-docs

Emmet Docs & Tutorials
http://docs.emmet.io
271 stars 61 forks source link

There is no support for css grid? #44

Open Anenth opened 7 years ago

Anenth commented 7 years ago

Does emmet support css grid?

natank commented 5 years ago

Still already not

mesqueeb commented 5 years ago

Big +1 for css grid.

💯💯💯💯💯

A simple dg should become display grid in my opinion.

Since VSCode uses emmet by default, not having support for CSS grid is a big productivity hit. 😖

vellkan commented 4 years ago

Agree - I'm still using ST3 cause it's missing simple things. And adding own snippets it's impossible.

veli-aliev commented 4 years ago

Really? Most popular html/css abbriviation tool and it don't have grid support in 2020? Hope this will be fixed ASAP

sergeche commented 4 years ago

Yes, still no one made PR with grid snippets at https://github.com/emmetio/emmet 😔

Отправлено с iPhone

23 апр. 2020 г., в 22:11, veli-aliev notifications@github.com написал(а):

 Really? Most popular html/css abbriviation tool and it don't have grid support in 2020? Hope this will be fixed ASAP

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

minemax-ua commented 4 years ago

How on earth..?

rodude123 commented 3 years ago

it's 2021 and still no support sad 😞

rustedwolf commented 2 years ago

It appears display:grid is supported for 15 months now, but some editors are still using old version.

thexpand commented 2 years ago

I can confirm this on the latest version of PhpStorm/WebStorm 2021.3.2. dg expands to display: ruby-text-group; instead of display: grid;

Eugeno commented 9 months ago

Greetings from 2024! We're still here.

rizemun commented 7 months ago

If you are using webstorm, you can go to settings/preferences, Editor->Live Templates->Zen CSS, there are templates like d:b and d:f, you can copy d:b and in your copy change abbreviation to d:g and template text to display:grid;. Or, you can add it from scratch, by defining usage block under template text area to CSS>declaration block After submit, you will receive d:g > display:grid code completion from emmet.