Ilia Nemiro

Results 1 comments of Ilia Nemiro

creating tailwind.config.js file helped me in the similar monorepo case. content can be simple as that: ``` module.exports = { content: [], theme: { extend: {}, }, plugins: [], }...