Skip to content

Commit 70ee628

Browse files
committed
More cleanup.
1 parent d2cfd28 commit 70ee628

File tree

5 files changed

+3
-87
lines changed

5 files changed

+3
-87
lines changed
File renamed without changes.

_sass/_layout.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,6 @@ table {
422422
vertical-align: top;
423423
padding-right: 1.5em;
424424
}
425-
> td.brief {
426-
}
427425
}
428426
}
429427
}
@@ -457,8 +455,6 @@ table {
457455
vertical-align: top;
458456
padding-right: 1.5em;
459457
}
460-
> td.defn {
461-
}
462458
}
463459
}
464460
}
@@ -481,8 +477,6 @@ table {
481477
> tbody {
482478
> tr {
483479
border-top: 1px solid $table-separator-color;
484-
> td {
485-
}
486480
}
487481
}
488482
}
@@ -583,8 +577,6 @@ span.annotation {
583577
font-family: $code-font-family;
584578
padding-right: 1.5em;
585579
}
586-
> td.defn {
587-
}
588580
}
589581
}
590582
}

_sass/_main.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

_sass/_syntax-highlighting.scss

Lines changed: 0 additions & 75 deletions
This file was deleted.

css/base.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
---
33

4-
@use "main";
4+
@use "theme" as *;
5+
@use "foundation" as *;
6+
@use "layout" as *;
57
@use "syntax-highlighting-light";

0 commit comments

Comments
 (0)