Skip to content

Commit

Permalink
fix: #47 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 authored Sep 19, 2019
1 parent 1903494 commit 74a3177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}

html {
@apply .font-sans;
box-sizing: border-box;
}

Expand Down Expand Up @@ -176,4 +177,4 @@ p {
@apply .text-white;
}

@tailwind utilities;
@tailwind utilities;

0 comments on commit 74a3177

Please sign in to comment.