decaporg / one-click-hugo-cms

Hugo template with Decap CMS
https://master-template-one-click-hugo-cms.netlify.app
MIT License
499 stars 298 forks source link

Fix for media queries #742

Closed itomizu closed 1 year ago

itomizu commented 1 year ago

- Summary

Tachyons media queries are not working in production mode.

Closes #711

- Test plan

- Description for the changelog

In production mode. The sass-loader's output style is set to "compressed". In local host (development) mode. The sass-loader's style is set to "expanded".

so i changed to "expanded", it is not working in "compressed"

- A picture of a cute animal (not mandatory but encouraged)

Gioele-Bencivenga commented 1 year ago

wow thanks a lot!

wishing for this to be merged, this problem ate away 15 minutes of my time before finding this

lwuite commented 1 year ago

@itomizu thanks for this fix, merged it and can validate it fixes the flex issues I had in the contact form.