|
@@ -14,14 +14,8 @@
|
|
|
// 3. Set an explicit initial text-align value so that we can later use
|
|
// 3. Set an explicit initial text-align value so that we can later use
|
|
|
// the `inherit` value on things like `<th>` elements.
|
|
// the `inherit` value on things like `<th>` elements.
|
|
|
|
|
|
|
|
-body {
|
|
|
|
|
- // margin: 0; // 1
|
|
|
|
|
- // font-family: $font-family-base;
|
|
|
|
|
- // @include font-size($font-size-base);
|
|
|
|
|
- // font-weight: $font-weight-base;
|
|
|
|
|
- // line-height: $line-height-base;
|
|
|
|
|
|
|
+& {
|
|
|
color: $body-color;
|
|
color: $body-color;
|
|
|
- // text-align: left; // 3
|
|
|
|
|
background-color: $body-bg; // 2
|
|
background-color: $body-bg; // 2
|
|
|
|
|
|
|
|
svg {
|
|
svg {
|