You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Prerequisites
Debug -> Reload Without Extensions
?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) orBrackets -> About Brackets
(macOS)The text was updated successfully, but these errors were encountered: