Disable preflight
This commit is contained in:
parent
76c02c1eb7
commit
bc29c6d8ab
|
@ -5,5 +5,8 @@ module.exports = {
|
|||
extend: {},
|
||||
},
|
||||
variants: {},
|
||||
plugins: []
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue