feat: add layered style export#3563
Merged
Merged
Conversation
Contributor
|
📖 Docs preview: https://superdoc-artem-layer-css-v2.mintlify.app |
Contributor
Agent docs auditFound deterministic findings on 1 changed agent-doc item(s).
|
e60cf64 to
e136510
Compare
e136510 to
b540b02
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
b540b02 to
2a893ba
Compare
There was a problem hiding this comment.
No issues found across 9 files
Tip: cubic could auto-approve low-risk PRs like this, if it thinks it's safe to merge. Learn more
Re-trigger cubic
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.
Linear: SD-2559
Adds optional layered CSS support via
superdoc/style.layered.csswhile keepingsuperdoc/style.cssunchanged.This PR introduces a build-time Vite plugin that emits
dist/style.layered.cssfrom the final bundledstyle.cssby wrapping it in@layer superdoc, exposes the new entry in package exports, and updates theming/docs guidance for layered cascade usage.