Change syntax.css to be a documented .less file.

Review Request #7540 — Created July 25, 2015 and submitted

Information

Review Board
release-2.5.x

Reviewers

syntax.css was our only CSS file (outside of 3rd-party CSS files) that
was still a plain CSS file, which made it hard to clean up generated CSS
files from the static directory. It also added a barrier to future
improvements.

This is now a .less file, and no longer appears to be minified. It's
documented, and ready to be extended to style CodeMirror syntax classes.

Checked some diffs and rich text. Looked the same as it did before.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/css/syntax.css
        reviewboard/static/rb/css/syntax.less
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/css/syntax.css
        reviewboard/static/rb/css/syntax.less
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.5.x (5efa35c)
Loading...