2842965913
Also: fix preflight configuration
11 lines
172 B
JavaScript
11 lines
172 B
JavaScript
module.exports = {
|
|
content: ["./src/**/*.{html,tsx,ts,js,jsx}"],
|
|
corePlugins: {
|
|
preflight: false,
|
|
},
|
|
important: ".squiggle",
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
};
|