-
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
refactor: useless NOTE comment & unused vars #30
Conversation
@@ -3,7 +3,6 @@ const theme = require("./theme"); | |||
const buttonStyle = require("./lib/buttonStyle"); | |||
|
|||
module.exports = plugin.withOptions( | |||
// NOTE: couldn't merge plugin-side theme when wrote the plugin without withOptions |
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.
https://tailwindcss.com/docs/plugins#exposing-advanced-configuration-options
プラグイン内で独自に定義しているカラーコードなどを参照するには、 plugin.withOptions
で記述する必要があるのは仕様なので、この書き方で問題なく、NOTEコメントに残す必要はないと理解したのでコメントを取り除きました
ありがとうございます、hideki-trialで取り込んでおきました。 @knokmki612 |
このプルリクエストのマージ先はもともとhideki-trialになっていました。 |
まだ(リモートの)hideki-trialにマージされていないようだったので、このプルリクエストは一度closeしましたがreopenしました |
8f21f25
to
dfea177
Compare
失礼、取り込んでおきました |
@Hidetaro7 コンフリクト解消時の操作を誤ったのでtypography.jsが復活してしまいました。 |
No description provided.