Fix .box-sizing mixin rule
Review Request #8005 — Created Feb. 26, 2016 and submitted
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.
Tool: Pyflakes Ignored Files: reviewboard/static/lib/js/less-2.5.1-pre.min.js reviewboard/static/rb/css/mixins/style.less Tool: PEP8 Style Checker Ignored Files: reviewboard/static/lib/js/less-2.5.1-pre.min.js reviewboard/static/rb/css/mixins/style.less