Skip to content

Commit

Permalink
fix: #28 Disable Tailwind Preflight enabling default heading tags styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dennib committed Oct 5, 2022
1 parent f573761 commit f3f2be4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
<script src="https://unpkg.com/@material-tailwind/html@latest/scripts/ripple.js"></script>
<script>
tailwind.config = {
corePlugins: {
preflight: false
},
theme: {
extend: {
fontFamily: {
Expand Down

0 comments on commit f3f2be4

Please sign in to comment.