• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

coreui / coreui-pro / 32470691739
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 21 Aug 2026 10:02AM UTC
Jobs 1
Files 66
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Aug 2026 10:01AM UTC coverage: 93.272% (-0.007%) from 93.279%
32470691739

push

github

web-flow
fix(Grid): declare the grid variables so a nested grid keeps its own layout (#820)

`.grid` read `--cui-rows`, `--cui-columns` and `--cui-gap` through a `var()`
fallback and declared none of them. A custom property that is never declared
inherits, so a `.grid` nested inside a three-column grid silently became a
three-column grid — measured in Chromium: 3 columns nested inside 3, where
declaring the variables gives the documented 12. Our own docs worked around
it by setting `--cui-columns: 12` on the nested grid in the nesting example.

Declaring all three on `.grid` makes each grid self-contained: a component
built on `.grid` keeps its layout wherever it is dropped, and the variables
become visible in dev tools instead of existing only as the fallback arm of
a `var()` call.

The nesting page was written around the old behaviour and described the
inheritance as the feature, so it is rewritten against what the CSS now
does, and the customizing table stops calling the values fallbacks.

Correct one claim while here: the `cq-*` section said `$enable-container-queries`
was removed. It is not — it is accepted and ignored, and has to stay until v7
because the shared docs engine passes it in its `with()` block for every
edition, where an unknown variable is a hard Sass error.

4537 of 5095 branches covered (89.05%)

Branch coverage included in aggregate %.

8661 of 9055 relevant lines covered (95.65%)

399.9 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
64.63
-0.61% js/src/navigation.ts
Jobs
ID Job ID Ran Files Coverage
1 32470691739.1 21 Aug 2026 10:02AM UTC 66
93.27
GitHub Action Run
Source Files on build 32470691739
  • Tree
  • List 66
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32470691739
  • 74e095a6 on github
  • Prev Build on v6-dev (#32469133122)
  • Next Build on v6-dev (#32473092039)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc