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 Grid support and additional properties #12

Open
dschmidthawk opened this issue May 29, 2019 · 0 comments
Open

CSS Grid support and additional properties #12

dschmidthawk opened this issue May 29, 2019 · 0 comments
Labels
👍 Enhancement New feature or request 🙏 Help wanted Extra attention is needed

Comments

@dschmidthawk
Copy link

Describe the bug
Display grid not showing under Display properties. Other grid properties should be shown as well, e.g., background color, order.

To Reproduce
Open style.css, toggle on Fabulous, and place cursor into either css rule:

#test.parent {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
grid-column-gap: 10px;
grid-row-gap: 10px;
}

<...>

.div3 {
grid-area: 1 / 1 / 4 / 5;
background: red;
height: 50vh;
order: 2;
}

Expected behavior
Under Display, should find Grid next to or before Flex. Background properties & additional grid properties should display such as color, order, etc.

Additional context

@Raathigesh Raathigesh added the 👍 Enhancement New feature or request label May 30, 2019
@paustint paustint added the 🙏 Help wanted Extra attention is needed label Jun 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👍 Enhancement New feature or request 🙏 Help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants