#
ドキュメント

Document

自分のための備忘録です。

リファレンス

postcss

autoprefixerで使用する。

ref. https://parashuto.com/rriver/tools/using-custom-data-for-autoprefixer

--no-map Disable the default inline sourcemaps

autoprefixer

browserslist

npm-scriptsの場合は、**.browerslistrc**を使う方法はうまくいかないので、package.jsonに記載する。

autoprefixer, babelでどの範囲までカバーするかを指定するときに使用

※ defaultsキーワードは > 1%, last 2 versions, Firefox ESR

ref. https://parashuto.com/rriver/tools/using-custom-data-for-autoprefixer

指定した設定にあてはまるブラウザの確認

stylelint

Flexbox チートシート

https://www.webcreatorbox.com/tech/css-flexbox-cheat-sheet

display: table-cell

td, trのデフォルト値。

display: table-cell;は、width、heightの指定をしない場合は、内容で幅と高さが決定します。

ref. https://web-manabu.com/html-css46/#thtd-display_table-cell