atom / language-css

CSS package for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some grid stuff (grid-area, justify-items, justify-self) missing

adcar opened this issue · comments

Prerequisites

Description

Some grid properties are missing. Not sure if I'm missing some, I just noticed these after looking at CSS-Tricks.

grid-area
justify-items
justify-self

Example screenshot:
screenshot_20171212_194727

Looks like grid-area has been added but justify-items/self are still missing.

@50Wliu Only problem with grid-area is that the name of the area (example in this case) is greyed out.

I created a PR for adding support to justify-items and justify-self.