Hey all! I just noticed that the extension stops working when I define the config like that: ``` module.exports = { important: '#app', theme: {}, variants: {}, plugins: [] } ``` https://tailwindcss.com/docs/configuration/#important If I set important to `true`, it's all fine. But if it's a string, that's a nope! Any idea why? Thanks by advance :)