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,10 +4,10 @@ a {
a:hover,
a:focus {
@apply text-blue-800;
@apply text-blue-800
}
h2:before {
content: '';
@apply w-10 block border-t-2 border-gray-600 mb-4;
@apply w-10 block mb-4 border-t-2 border-gray-600
}