Delete semicolons where possible
This commit is contained in:
parent
d7958deef1
commit
80c38777dc
10 changed files with 47 additions and 47 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue