Vitalij Yakunin

Results 2 comments of Vitalij Yakunin

Hello, the scope of calling tailwindcss should be the tailwind-config object itself. Like here: ```js `console.log(">>> Loading postcss.config.cjs"); const tailwindConfig = require('./tailwind.config.cjs'); const tailwindcss = require("tailwindcss"); const autoprefixer = require("autoprefixer");...

Hi, @andreavaccari, maybe I can evaporate the question you posed. The official docs of Tailwindcss prescribe that by default Tailwindcss will look for a tailwind.config.js in the root of a...