Migrate DOMStack to mine.css v11#280
Open
dependabot[bot] wants to merge 4 commits into
Open
Conversation
Bumps [mine.css](https://github.com/bcomnes/mine.css) from 10.0.3 to 11.0.3. - [Release notes](https://github.com/bcomnes/mine.css/releases) - [Changelog](https://github.com/bcomnes/mine.css/blob/master/CHANGELOG.md) - [Commits](bcomnes/mine.css@v10.0.3...v11.0.3) --- updated-dependencies: - dependency-name: mine.css dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
bcomnes
marked this pull request as draft
July 17, 2026 23:23
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Coverage Report for CI Build 29620826912Warning No base build found for commit Coverage: 91.885%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
Contributor
Author
|
A newer version of mine.css exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
bcomnes
marked this pull request as ready for review
July 17, 2026 23:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mine,domstack.global,domstack.layout, anddomstack.pagecascade patternprefers-color-schememine → global → layout → pagecascadeDownstream changes
DOMStack v12 consumers using the bundled default stylesheet inherit mine.css v11's intentional visual, motion, form, table, media, and browser-support changes.
Customized or ejected sites should follow
docs/v12-migration.mdand the upstream mine.css v11 migration guide.Custom stylesheets are encouraged to follow this pattern:
Layout and page styles should opt into
domstack.layoutanddomstack.pagerespectively.DOMStack loads global styles first so the complete order is declared before layout and page layer blocks are encountered.
Validation
npm testnpm run buildgit diff --checkNotes
3remto2remupstream in2140f6f.