StaticJsCMS / static-cms

A Git-based CMS for Static Site Generators
https://staticcms.org
MIT License
579 stars 52 forks source link

Custom Media Breakpoint Bug in Production #1084

Open saragebran opened 4 months ago

saragebran commented 4 months ago

There are no issues is dev but in production _media-queries.scss builds the breakpoints as @mediascreen and (...) instead of @media screen and (...) which breaks all the responsiveness is lost.

Is it something in nano-css as part of the CssMinimizerPlugin() ?

This is is happening for me having setup the Hugo template with Netlify. Has anyone else noticed this?