I am new to GULP sass build structure and I am facing an issue. When I run my gulp process The final css that is generated has the following things 0 is getting removed before the decimal and line breaks are coming.
Some people are using PC and some are using MAC. In MAC this change is not happening. So every time when we do a git diff the mac code and windows code are different.
padding: 0.3em is converted to padding: .3em;
.element, .element2 is converted to
.element,
.element 2
Any reason why this is happening?