Skip to content

Commit

Permalink
Merge pull request #58 from tominon/disable-preflight
Browse files Browse the repository at this point in the history
Fix broken button styles by disabling preflight
  • Loading branch information
faxblaster authored Oct 11, 2022
2 parents 331d089 + d5b09e3 commit 026b120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/css/tool.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ module.exports = {
extend: {},
},
plugins: [],
corePlugins: {
preflight: false,
},
}

0 comments on commit 026b120

Please sign in to comment.