-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: export removeHalfLeadingCss for migration #626
feat: export removeHalfLeadingCss for migration #626
Conversation
@@ -16,6 +16,7 @@ export { | |||
useMedia, | |||
} from './helper' | |||
export { defineThemeVariables } from './util' | |||
export { removeHalfLeadingCss } from './utils/typographyCss' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When converting theme(o => to raw css using codemod, inlining removeHalfLeadingCss itself will be too verbose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
snapshot test の update だけしてもらえれば OK かとおもいます!
こちら test -uしてもupdateできなかったでした..
|
ちょっとみてみます! |
fork されたリポジトリからの PR で編集できなかっため #630 作り直しました 🙏 |
やったこと
export removeHalfLeadingCss for migration
動作確認環境
チェックリスト
不要なチェック項目は消して構いません