Skip to content
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

radium prefixer problem #15

Open
pnlybubbles opened this issue Aug 25, 2015 · 2 comments
Open

radium prefixer problem #15

pnlybubbles opened this issue Aug 25, 2015 · 2 comments

Comments

@pnlybubbles
Copy link
Member

radiumはスタイルをオブジェクトとして持つため、キーの重複が許容されていない。そのため、バリューにvendor prefixを持つ場合に対応ができない。

本来のradiumであれば、自動的にvendorを識別し、prefixを行うが、server-side rendering時にvendorを認識できず、prefixを行えないことからその機能を使用しないようにしている。

既知のバグとして

display: "flex"
display: "-webkit-flex"

の部分が挙げられる。

解決策として、radium側の修正が挙げられる。しかし、radiumの問題は他にも多いことから、radiumを外すことを検討する必要がありそう。

@kyasbal
Copy link
Member

kyasbal commented Aug 28, 2015

必要あらば、英語でissue投げてくるけど?

@pnlybubbles
Copy link
Member Author

server-side renderingに関してはradiumのissueには既にいろいろ議論されてて、解決には至ってない感じでした。

また、この問題が起きたのも私がprefixerを無効にして無理やり対応したためなので、こちらで解決する必要があります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants