Skip to content

Update CSSLint to StyleLint #1373

Open
Open
@hellonearthis

Description

@hellonearthis

I was trying to use css grids fr units and they didn't seem to work, gave me a red squiggly

  • Found a bug
    I don't know if it's a bug or something that's not supported or if I've made a booboo

Details about the bug:

The css I used was
`html, body {
height: 100%;
margin: 0px;
padding: 0;

display: grid;
grid-template-columns: 1fr 1fr ;
grid-gap: 10px;
background-color: #f2f2f2;
`
image

  • Web browser and version: Version 80.0.3987.163 (Official Build) (64-bit)

  • Operating System: Windows 10 Pro

  • Steps to reproduce this bug:
    That css code above.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions