Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no support for css grid? #44

Open
Anenth opened this issue Sep 17, 2017 · 11 comments
Open

There is no support for css grid? #44

Anenth opened this issue Sep 17, 2017 · 11 comments

Comments

@Anenth
Copy link

Anenth commented Sep 17, 2017

Does emmet support css grid?

@natank
Copy link

natank commented Feb 9, 2019

Still already not

@mesqueeb
Copy link

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
Copy link

vellkan commented Dec 20, 2019

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

@veli-aliev
Copy link

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

@sergeche
Copy link
Member

sergeche commented Apr 23, 2020 via email

@minemax-ua
Copy link

How on earth..?

@rodude123
Copy link

it's 2021 and still no support sad 😞

@rustedwolf
Copy link

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

@thexpand
Copy link

thexpand commented Feb 2, 2022

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
Copy link

Eugeno commented Feb 5, 2024

Greetings from 2024! We're still here.

@rizemun
Copy link

rizemun commented Apr 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests