chore(csscomb): Update

This commit is contained in:
Tixie 2019-03-11 22:14:54 +01:00
parent ec993fbbb7
commit bc93be0fd8
3 changed files with 6 additions and 6 deletions

View file

@ -28,6 +28,8 @@
"z-index", "z-index",
"display", "display",
"visibility", "visibility",
"-webkit-appearance",
"appearance",
"flex-direction", "flex-direction",
"flex-wrap", "flex-wrap",
"flex-flow", "flex-flow",
@ -175,6 +177,7 @@
"hyphens", "hyphens",
"letter-spacing", "letter-spacing",
"font", "font",
"font-display",
"font-weight", "font-weight",
"font-style", "font-style",
"font-variant", "font-variant",

View file

@ -3,19 +3,17 @@
/* ----------------------------------------------------------- */ /* ----------------------------------------------------------- */
@font-face { @font-face {
font-display: swap;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-family: "Roboto"; font-family: "Roboto";
src: url("/fonts/Roboto.woff") format("woff"), local("Roboto"); src: url("/fonts/Roboto.woff") format("woff"), local("Roboto");
font-display: swap;
} }
@font-face { @font-face {
font-display: swap;
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
font-family: "Roboto"; font-family: "Roboto";
src: url("/fonts/Roboto-bold.woff") format("woff"), local("Roboto"); src: url("/fonts/Roboto-bold.woff") format("woff"), local("Roboto");
font-display: swap;
} }

View file

@ -15,6 +15,7 @@
.options__select, .options__select,
.options__btn { .options__btn {
appearance: none;
padding: 2rem; padding: 2rem;
border: .1rem solid transparent; border: .1rem solid transparent;
border-radius: .3rem; border-radius: .3rem;
@ -22,8 +23,6 @@
color: #fff; color: #fff;
line-height: 2.2rem; line-height: 2.2rem;
cursor: pointer; cursor: pointer;
appearance: none;
} }
.options__select:focus, .options__select:focus,