feat(mint): add logical properties analysis step to CSS audit prompt - #106
Draft
nujovich wants to merge 4 commits into
Draft
feat(mint): add logical properties analysis step to CSS audit prompt#106nujovich wants to merge 4 commits into
nujovich wants to merge 4 commits into
Conversation
Owner
Author
|
All milestones complete. Ready for review when you are. |
1 similar comment
Owner
Author
|
All milestones complete. Ready for review when you are. |
Owner
Author
|
BUILD 2026-08-09: All milestones complete. Ready for review when you are. |
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.
Card: https://github.com/nujovich/mint-radar/issues/10
What: Adds STEP 14 (Logical Properties Analysis) to the CSS audit prompt in lib/prompts.mjs. This step scans CSS for physical directional properties (margin-left, padding-right, border-top, left, width, text-align: right, etc.) and suggests their modern flow-relative (logical) equivalents. It also computes a logical-vs-physical ratio to quantify the stylesheet's i18n readiness.
Why: Stylelint 17.10 added layout-mappings rules that enforce logical properties. Mint's CSS audit should detect physical properties and guide users toward logical equivalents for automatic RTL/LTR and writing-mode support, closing the gap between Mint and Stylelint's coverage.
Milestones
How to test:
npm test