bigskysoftware / bigskysoftware/missing
Remove the grid system
Open
blocked:platform
documentation
enhancement
- Dominant language
- CSS
- Stars
- 798
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
> Deprecate the convoluted grid system. Replace its docs page with a guide on defining grids tersely with @scope. - [Missing Roadmap](https://cloud.dz4k.dev/s/mznkdLLiLnf27HE)
Blocked: `@scope` in Firefox.
Blocked: `attr()` for `` in Firefox (I think? [mdn](https://developer.mozilla.org/en-US/docs/Web/CSS/attr#browser_compatibility) isn't clear on this)
Possible new syntax from @dz4k
```
.grid {
[id] {
grid-area: attr(id);
}
}
...
...
...
```
```
Contributor guide
Assessment
This issue has not been assessed yet.