ryou / blog_sdmilieu_net

個人的な技術メモ
0 stars 0 forks source link

CSSの継承プロパティをまとめて、コンポーネント用のリセットmixinを作成 #27

Open ryou opened 6 years ago

ryou commented 6 years ago

参考 http://css.oissu.net/outline/css_inherit/css_inherit_or_not.html

ryou commented 6 years ago

こっちのが詳細(けど多すぎ) https://tenman.info/labo/css/?p=7072

ryou commented 6 years ago

すくなくとも、ここらへんはよくあるので指定しておいたほうが良い

font-size: inherit;
font-style: normal;
font-weight: normal;
text-align: left;