Delete semicolons where possible

This commit is contained in:
Oliver Davies 2019-06-16 00:41:34 +01:00
parent d7958deef1
commit 80c38777dc
10 changed files with 47 additions and 47 deletions

View file

@ -4,42 +4,42 @@
@apply font-serif text-lg leading-loose;
@screen md {
@apply text-xl;
@apply text-xl
}
> * {
@apply max-w-xl;
@screen 2xl {
@apply max-w-full;
@apply max-w-full
}
}
h2 {
@apply text-2xl font-bold mt-8 -mb-5;
@apply mt-8 -mb-5 text-2xl font-bold
}
a {
@apply text-blue-700 underline;
&:hover {
@apply text-blue-800 no-underline;
@apply text-blue-800 no-underline
}
}
* + * {
@apply mt-6;
@apply mt-6
}
p {
@apply font-serif;
@apply font-serif
}
ul {
@apply list-disc ml-6;
@apply ml-6 list-disc
}
li + li {
@apply mt-0;
@apply mt-0
}
}