mix generates calc in mediaqueries scss
after npm update my laravel mix generates scss:
@media (min-width: 768px + 1px) and (max-width: 992px) {
instead
@media (min-width: 769px) and (max-width: 992px) {
chrome doesn't understand this and all webpage is smashed up...
can you please help me which module is responsible for that ?
thanks
Please or to participate in this conversation.