mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Makes it consistent with `defaultConfig.stub.js` and saves people like me from adding them manually every time they start a project.
8 lines
84 B
JavaScript
8 lines
84 B
JavaScript
module.exports = {
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
}
|