### Describe the problem *tailwindcss: 1.9.1* After running ```shell $ npx tailwindcss init --full ``` the produced `tailwind.config.js` file does not include any more functions such as: ```js width: theme => ({...}) ``` Do I miss something?