EDITED TITLE (original CSS Linting for Grid FR Units and Aspect-Ratio
)
Hello there,
Was hoping there would be a way to add linting support for the following:
- FR units
.card { display: grid; grid-column-gap: 2rem; grid-template-columns: 1fr 1fr; // this would cause the error }
- aspect-ratio
img { aspect-ratio: 16/9;}
Screenshots: