Skip to content

Commit 026b120

Browse files
authored
Merge pull request #58 from tominon/disable-preflight
Fix broken button styles by disabling preflight
2 parents 331d089 + d5b09e3 commit 026b120

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dist/css/tool.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tailwind.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ module.exports = {
1010
extend: {},
1111
},
1212
plugins: [],
13+
corePlugins: {
14+
preflight: false,
15+
},
1316
}

0 commit comments

Comments
 (0)