Fix .box-sizing mixin rule
Review Request #8005 — Created Feb. 26, 2016 and submitted — Latest diff uploaded
The
.box-sizingLESS mixin was replaced by one that uses the native
box-sizingproperty. However, a typo was made (using@argumentvs
`@arguments), causing pages to fail to load with a cryptic error
message. Now this typo has been corrected and pages load normally.Also, since we've moved to using
lesscinstead ofless.js,
less.jshas been removed from our lib packages.
- Verified pages load with this patch.