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

@ -1,7 +1,7 @@
.page-title {
@apply font-serif text-2xl text-gray-700 mb-16;
@apply mb-16 font-serif text-2xl text-gray-700;
span {
@apply font-sans font-bold text-black block
@apply block font-sans font-bold text-black
}
}