This is just a reminder to update the "useful comments" to actually useful comments. ```js module.exports = { theme: { // Some useful comment }, variants: { // Some useful comment }, plugins: [ // Some useful comment ] } ```