Skip to content

Commit

Permalink
Fix a small typo in index.css (#17399)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfee authored Sep 27, 2020
1 parent 8eccecb commit b009ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@tailwind components;
/* Stop purging. */

/* Write you own custom component styles here */
/* Write your own custom component styles here */
.btn-blue {
@apply bg-blue-500 text-white font-bold py-2 px-4 rounded;
}
Expand Down

0 comments on commit b009ebb

Please sign in to comment.