Extract table component, use for blog tags

This commit is contained in:
Oliver Davies 2018-01-13 18:51:38 +00:00
parent c1a3f0ddf3
commit ac6b0ad08f
5 changed files with 19 additions and 14 deletions

View file

@ -62,9 +62,6 @@ svg {
.table-collapse { border-collapse: collapse }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-hidden { overflow-y: hidden; }
@import 'components/listing';
@import 'components/post';
@import 'components/post/about-author';