Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブラウザの互換性を高めるために私のCSSを自動的に修正するWebサイトを知っている人はいますか?
例:私のcssに書かれている場合
div { border-radius: 10px; }
に変換
div { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
このhttp://leaverou.github.com/prefixfree/にはベンダープレフィックスJSを使用できます