forked from mirror/_s
Merge pull request #1123 from arnabwahid/add-optgroup-in-typography
Add `optgroup` in typography. Fixes #1068
This commit is contained in:
commit
d90217c99b
|
@ -2,6 +2,7 @@ body,
|
||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
select,
|
select,
|
||||||
|
optgroup,
|
||||||
textarea {
|
textarea {
|
||||||
color: $color__text-main;
|
color: $color__text-main;
|
||||||
font-family: $font__main;
|
font-family: $font__main;
|
||||||
|
|
Reference in New Issue