emmet-docs icon indicating copy to clipboard operation
emmet-docs copied to clipboard

There is no support for css grid?

Open Anenth opened this issue 8 years ago • 11 comments

Does emmet support css grid?

Anenth avatar Sep 17 '17 17:09 Anenth

Still already not

natank avatar Feb 09 '19 12:02 natank

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. 😖

mesqueeb avatar May 29 '19 00:05 mesqueeb

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

vellkan avatar Dec 20 '19 18:12 vellkan

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

veli-aliev avatar Apr 23 '20 19:04 veli-aliev

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

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

23 апр. 2020 г., в 22:11, veli-aliev [email protected] написал(а):

 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.

sergeche avatar Apr 23 '20 19:04 sergeche

How on earth..?

minemax-ua avatar Nov 03 '20 06:11 minemax-ua

it's 2021 and still no support sad 😞

rodude123 avatar Sep 08 '21 01:09 rodude123

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

lesnyrysiek avatar Jan 14 '22 18:01 lesnyrysiek

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;

thexpand avatar Feb 02 '22 16:02 thexpand

Greetings from 2024! We're still here.

Eugeno avatar Feb 05 '24 07:02 Eugeno

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.

rizemun avatar Apr 12 '24 13:04 rizemun