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

sebnitu / vrembem / 9896209780
94%
main: 100%

Build:
Build:
LAST BUILD BRANCH: next-utility
DEFAULT BRANCH: main
Ran 11 Jul 2024 05:57PM UTC
Jobs 1
Files 52
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

11 Jul 2024 05:55PM UTC coverage: 100.0%. Remained the same
9896209780

push

github

web-flow
Refactor build flow to separate base and root output in components (#1926)

This PR refactors how components output their root custom properties to allow for more efficient output when using multiple components or the Vrembem package. Components now also have specific build outputs so a component can be consumed in different ways:

- Via `[dist|dev]/index.css` file which contains all component styles and their root custom properties output.
- Via `[dist|dev]/base.css` file which only contains the component styles and no root custom properties output.
- Via `[dist|dev]/root.css` file which only contains the component root custom properties output.

For sass consumption, root custom properties are no longer included in a components main entry but can be included using a new import:

```scss
// Will now import only the component styles and not root custom properties.
@use "@vrembem/[component]";

// Will now import only the component root custom properties.
@use "@vrembem/[component]/root";

// Will import all root custom properties from all imported components.
@use "@vrembem/core/root";
```

**Additional changes**
- Move docs layout custom properties into css module.
- Move bp vars into docs own variables file and use core media query mixins.

508 of 508 branches covered (100.0%)

Branch coverage included in aggregate %.

2293 of 2293 relevant lines covered (100.0%)

43.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9896209780.1 11 Jul 2024 05:57PM UTC 0
100.0
GitHub Action Run
Source Files on build 9896209780
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9896209780
  • 6e4d590e on github
  • Prev Build on next (#9882551967)
  • Next Build on next (#9896734041)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc