bigskysoftware / bigskysoftware/missing

Remove the grid system

Open
#99 1 comment 0 reactions 1 assignee Claimed by @geoffrey-eisenbarth View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.