Skip to content

Commit

Permalink
Use tailwind apply to apply display:block to code
Browse files Browse the repository at this point in the history
  • Loading branch information
lspitzner committed Jan 16, 2021
1 parent 17c0f93 commit 4ff3708
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/stylesheets/spec.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@

pre {
code {
display: block; /* make things smooth with js disabled */
@apply my-8 p-4 whitespace-pre;
@apply block my-8 p-4 whitespace-pre;
}
}

Expand Down

0 comments on commit 4ff3708

Please sign in to comment.