Fix .box-sizing mixin rule

Review Request #8005 — Created Feb. 26, 2016 and submitted

Information

Review Board
release-2.6.x

Reviewers

The .box-sizing LESS mixin was replaced by one that uses the native
box-sizing property. However, a typo was made (using @argument vs
`@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 lessc instead of less.js,
less.js has been removed from our lib packages.

  • Verified pages load with this patch.
reviewbot
  1. 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
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.6.x (d13ec79)
Loading...