You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update injector explanation
NOTE:
pick up from 0b4fe90
* bring from en docs
* translate previous commit
* use phantomjs-prebuilt
* add guide for global scss loading
* translate previous commit
* fix translation of review comments
Copy file name to clipboardExpand all lines: docs/ja/features/scoped-css.md
+16
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,19 @@
49
49
4.**スコープされたスタイルは class の必要性を排除しません**。ブラウザが様々な CSS セレクタをレンダリングするため、`p { color: red }` はスコープされているとき何倍も遅くなります(すなわち属性セレクタと組み合わせた場合)。もし `.example { color: red }` のように class か id を使用するなら、パフォーマンスヒットは事実上なくなります。[この例](http://stevesouders.com/efws/css-selectors/csscreate.php)で違いをテストすることが出来ます。
0 commit comments