-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiled css syntax #12
Conversation
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
WalkthroughThe changes involve modifications to the formatting of CSS rules in the specified file. These include the removal of quotes around numeric values and color codes, the addition of semicolons at the end of property declarations, and the inclusion of units for certain properties. The updates aim to ensure consistency and correctness in the CSS syntax across multiple classes. Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (12)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Triggered from #12 by @black7375. Checking if we can fast forward Target branch ( commit 8035fa6d1a84a315c84a8a98c9904a9e28b73b19 (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <[email protected]>
Date: Tue Sep 24 17:28:52 2024 +0900
Fix: Improved backward compatibility Pull request ( commit a9f6f1b38bb1c84d4c8ae75660f91271994453ee (pull_request/css-compile)
Author: MS_Y <[email protected]>
Date: Thu Sep 26 19:28:07 2024 +0900
Fix: Compiled css syntax It is possible to fast forward |
/fast-forward |
Triggered from #12 (comment) by @black7375. Trying to fast forward Target branch ( commit 8035fa6d1a84a315c84a8a98c9904a9e28b73b19 (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <[email protected]>
Date: Tue Sep 24 17:28:52 2024 +0900
Fix: Improved backward compatibility Pull request ( commit a9f6f1b38bb1c84d4c8ae75660f91271994453ee (pull_request/css-compile)
Author: MS_Y <[email protected]>
Date: Thu Sep 26 19:28:07 2024 +0900
Fix: Compiled css syntax Fast forwarding $ git push origin a9f6f1b38bb1c84d4c8ae75660f91271994453ee:main
To https://github.com/mincho-js/working-group.git
8035fa6..a9f6f1b a9f6f1b38bb1c84d4c8ae75660f91271994453ee -> main |
Fix invalid CSS syntax.
Summary by CodeRabbit