josephdyer/skeleventy

tailwind.config.js changes ignored

sdelon opened this issue · 0 comments

Hi,

I have a problem with the tailwind.config.js file which ignores my changes. I have just cloned skeleventy and add to tailwind.config.js a specific height.

module.exports = { future: { removeDeprecatedGapUtilities: true, purgeLayersByDefault: true }, prefix: '', important: false, separator: ':', theme: { spacing: { (...) '84': '21rem', } }

After saving the file, stopping the server and npm run dev again, the utility class created won't be applied : h-84. I also tried to add the change to theme.extend but still doesn't work.

Is there something in particular to do in order to customize this file ?
Thanks a lot for your help !