Closed cri-jon closed 3 years ago
This is happening for me too.
Ah, sorry. This should have been advertised as a breaking change in the release notes.
The less compiler changed the default math
mode to parens-division
in v4.x.
To restore the v3.x behaviour you will either need to:
math
mode to "always"
(probably best in the settings file for a global change); or...width: (100% / 3)
See
I've updated the changelog to reference this change in behaviour.
I'm trying to use width: 100% / 3; and it no longer compiles correctly. The compiled css still says width: 100% / 3; Thanks for looking into this.