Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS row-gap not recognized. #308

Open
1 of 3 tasks
JuriTuuti opened this issue Nov 27, 2023 · 0 comments
Open
1 of 3 tasks

CSS row-gap not recognized. #308

JuriTuuti opened this issue Nov 27, 2023 · 0 comments

Comments

@JuriTuuti
Copy link

JuriTuuti commented Nov 27, 2023

Prerequisites

  • Can you reproduce the problem with Debug -> Reload Without Extensions?
  • Did you perform a cursory search to see if your bug or enhancement is already reported?
  • Did you read the Troubleshooting guide?

For more information on how to write a good bug report read here
For more information on how to contribute read here

Description

Brackets does not recognize CSS row-gap. Need to use the deprecated grid-row-gap instead, to not have it flagged as error. Column-gap works as expected.

Steps to Reproduce

writing new css file, typing row-gap on line 3 it is not recognized. When forced of line 3, it is red.

1 .test{
2 display: grid;
3 row-gap: 10px;
4 }

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

Versions

Windows 10 Brackers Rel 2.2 build 2.2.1-17943

Please include the OS and what version of the OS you're running.
Please include the version of Brackets. You can find it under Help -> About Brackets (Windows and Linux) or Brackets -> About Brackets (macOS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant