feat(css): allow scss declarations in @page blocks#9139
Conversation
|
Merging this PR will not alter performance
Comparing Footnotes
|
|
No actionable comments were generated in the recent review. 🎉 WalkthroughThis PR extends SCSS support within CSS Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Allow SCSS declarations inside @page blocks, including nested property declarations (font:
{ ... }) and SCSS variables in page margin at-rules (for example @top-left).
Test Plan