カテゴリー:
CSS
閲覧数:462 配信日:2016-03-08 19:41
bootstrap-4.0.0-alpha.2
ルート要素(html)フォントサイズ
・16px
▼dist/css/bootstrap.css
html {
font-size: 16px;
-webkit-tap-highlight-color: transparent;
}
bootstrap-4.0.0-alpha.2のサイズ表記はバラバラ
当初予想
・html にだけpx指定
・後は全てrem
実際
・バラバラ
・ドキュメントとの整合性も取れていない
具体例
Overview
・Responsive breakpoints
・@media (min-width: 34em) { ... }
Responsive utilities
・Available classes
・Portrait phones (<34em)
bootstrap.css at v4-dev
▼dist/css/bootstrap.css
・@media (min-width: 544px) {
現状
実際のbootstrap.css
・下記単位が混在
・rem
・em
・px
・%