It's actually kinda scary to make changes to something that works well when you don't really know why it works well in the first place...
14 lines
154 B
JavaScript
14 lines
154 B
JavaScript
export default {
|
|
content: [
|
|
"./src/**/*.{js,ts,jsx,tsx,mdx}"
|
|
],
|
|
theme: {
|
|
extend: {
|
|
|
|
},
|
|
},
|
|
plugins: [
|
|
|
|
],
|
|
important: false
|
|
}
|