Skip to content

Expected RBRACE unknown property grid-template-columns #753

@pauledd

Description

@pauledd

Hi
using CSSLint (2.0.22) with brackets.
Having a simple css file with:

#content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

getting this error:

1	
Disallow IDs in selectors - Don't use IDs in selectors. (ids)	#content {
3	
Require use of known properties - Unknown property 'grid-template-columns'. (known-properties)	grid-template-columns: repeat(4, 1fr);
3	
Parsing Errors - Expected RBRACE at line 3, col 35. (errors)	grid-template-columns: repeat(4, 1fr);

Whats wrong with that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions