Florin G Daniel
Florin G Daniel
I have another suggestion but I don't know how to implement it, if we can do it like this: ```javascript const defColors = require("tailwindcss/colors"); module.exports = { theme: { variables:...
I solve this problem with 'prettier-plugin-twig-melody' and prettier config only for twig files Use .prettierrc.json ```json { "endOfLine": "crlf", "tabWidth": 4, "useTabs": true, "printWidth": 120, "singleAttributePerLine": true, "twigPrintWidth": 120, "twigAlwaysBreakObjects":...
I detected the problem, tailwindcss compiles the css but in the 'styles > buttons' area it does not put the corresponding classes, in the live preview the buttons must be...
Yes my solution work only after we do 'Update & build' because the classes must exist(and this solution is only in javascript), i do the same fix with typography preview....
Any update ? we need this :D