base

ベースになるCSS

詳しい導入事例は導入方法を参照してください。

  • CSS
html {font-size: 16px;}
body {
  line-height: 1.5;
  font-size: var(--typo-bd);
  color: var(--txt-main);
  background: #f6f7f8;
}
#root {position: relative;}
a {
  text-decoration: none;
  color: inherit;
  transition: .2s;