SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 62 forks source link

CSS Grid Layout properties #416

Open andrevandal opened 7 years ago

andrevandal commented 7 years ago

Hi

I'm using stylint 1.4.1 on Windows 10 with cmder. Stylint doesn't recognize css grid layout properties as grid-gap and grid-template-areas.

screenshot_1

 grid-template-areas ". . . . . . . ."\
                                  ". . . . . . . ."\
                                  ". header header header header header header ."\
                                  ". header header header header header header ."\
                                  ". header header header header header header ."\
                                  ". header header header header header header ."\
                                  ". . . . . . . ."\
                                  ". . . . . . . ."\
                                  "footer footer footer footer footer footer footer footer"

thanks

eskhool commented 6 years ago

Looks like this needs a bump. Is it awaiting a PR? Asking because a number of PRs are awaiting merger

phun-ky commented 5 years ago

Waiting for this aswell!

TalD commented 5 years ago

Any progress on this? Is this repo even being maintained?

koynoyno commented 2 years ago

Add

"customProperties": ['grid-gap', 'grid-template-areas'],

line to your .stylintrc file.