updated tailwindcss to 1.0

This commit is contained in:
Danny Coates 2019-06-14 11:30:43 -07:00
parent 6ef5b5133c
commit b9c87fd779
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
28 changed files with 698 additions and 1199 deletions

View file

@ -20,11 +20,7 @@ module.exports = function(state, emit) {
const right =
archives.length === 0
? intro(state)
: list(
archives,
'list-reset p-2 h-full overflow-y-auto w-full',
'mb-4 w-full'
);
: list(archives, 'p-2 h-full overflow-y-auto w-full', 'mb-4 w-full');
return html`
<main class="main">