Closed black7375 closed 1 month ago
Latest commit: c5b0d10038d86c496581e2ca80b3e32cbaed0762
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The changes primarily involve updates to the README.md
file, which now includes a link to a demo on StackBlitz and a reference to an article titled "Rethinking CSS in JS." Additionally, the description of a roadmap item has been modified to emphasize scalability in the context of CSS in JavaScript. These updates aim to enhance the clarity and utility of the documentation.
File | Change Summary |
---|---|
README.md | - Added link to demo on StackBlitz. |
- Added link to article "Rethinking CSS in JS." | |
- Modified roadmap item description for clarity regarding scalability focus. |
README.md
file by adding new sections and clarifying content, similar to the main PR.README.md
with textual modifications for clarity, aligning with the main PR's goal.README.md
, focusing on clarity, which relates to the main PR's documentation improvements.README.md
regarding the logo image path, part of the broader documentation maintenance effort.In the garden of code, where changes bloom,
A demo and article dispel the gloom.
With clarity shining, our roadmap takes flight,
Scaling new heights, oh what a delight!
Hopping through updates, we dance with glee,
For a README that's bright, as bright as can be! 🐇✨
Triggered from https://github.com/mincho-js/mincho/pull/97 by @​black7375.
Checking if we can fast forward main
(ef27468caa714eea254f9b9c6563ba2a5483a135) to docs
(c5b0d10038d86c496581e2ca80b3e32cbaed0762).
Target branch (main
):
commit ef27468caa714eea254f9b9c6563ba2a5483a135 (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Mon Sep 2 15:54:16 2024 +0900
Feat: Rules - Basic porting for CSS rules with vanilla extract recipe #94
Pull request (docs
):
commit c5b0d10038d86c496581e2ca80b3e32cbaed0762 (pull_request/docs)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Sep 6 20:50:13 2024 +0900
Docs: Introduce link update #90
It is possible to fast forward main
(ef27468caa714eea254f9b9c6563ba2a5483a135) to docs
(c5b0d10038d86c496581e2ca80b3e32cbaed0762). If you have write access to the target repository, you can add a comment with /fast-forward
to fast forward main
to docs
.
/fast-forward
Triggered from https://github.com/mincho-js/mincho/pull/97#issuecomment-2348146019 by @​black7375.
Trying to fast forward main
(ef27468caa714eea254f9b9c6563ba2a5483a135) to docs
(c5b0d10038d86c496581e2ca80b3e32cbaed0762).
Target branch (main
):
commit ef27468caa714eea254f9b9c6563ba2a5483a135 (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Mon Sep 2 15:54:16 2024 +0900
Feat: Rules - Basic porting for CSS rules with vanilla extract recipe #94
Pull request (docs
):
commit c5b0d10038d86c496581e2ca80b3e32cbaed0762 (pull_request/docs)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Sep 6 20:50:13 2024 +0900
Docs: Introduce link update #90
Fast forwarding main
(ef27468caa714eea254f9b9c6563ba2a5483a135) to docs
(c5b0d10038d86c496581e2ca80b3e32cbaed0762).
$ git push origin c5b0d10038d86c496581e2ca80b3e32cbaed0762:main
To https://github.com/mincho-js/mincho.git
ef27468..c5b0d10 c5b0d10038d86c496581e2ca80b3e32cbaed0762 -> main
Description
Rethinking CSS in JS is now published!!
Related Issue
60 for Docs
90 for Example
Summary by CodeRabbit
Additional context
Checklist