Getitdan
Results
1
comments of
Getitdan
@wprk Thank for your useful code! I had to add the following `content` array into `tailwind.config.js` to get it working: ``` module.exports = { content: [ './src/pages/**/*.{js,ts,jsx,tsx}', './src/containers/**/*.{js,ts,jsx,tsx}', ], theme:...