tjcsl / ion

TJ Intranet 3
https://ion.tjhsst.edu
GNU General Public License v2.0
99 stars 91 forks source link

Investigate use of a CSS preprocessor (SASS?) #209

Closed jwoglom closed 8 years ago

jwoglom commented 9 years ago

http://django-pipeline.readthedocs.org/en/latest/compilers.html

tcyrus commented 8 years ago

The 3 CSS preprocessors stated on the django-pipeline docs are LESS, SASS, and Stylus

pefoley2 commented 8 years ago

Alright, I've got most of the infrastructure in place, but somebody needs to go through and convert the rest of the css files to use django-pipeline.

tcyrus commented 8 years ago

Did we decide on a CSS Preprocessor?

pefoley2 commented 8 years ago

Yeah, I googled around a bit, and SASS looked like the best choice.

tcyrus commented 8 years ago

I can get started on converting the CSS to SCSS

pefoley2 commented 8 years ago

The priority is getting the existing css to work w/ django-pipeline. Let's do that before we work on actually taking advantage of scss.

pefoley2 commented 8 years ago

I'd just work on the pipeline branch, tbh. Just focus on converting everything to use {% stylesheet %} and adding the css stuff to the config.

jwoglom commented 8 years ago

all in the pipeline branch please

On Sun, Mar 27, 2016 at 2:03 PM Peter Foley notifications@github.com wrote:

I'd just work on the pipeline branch, tbh. Just focus on converting everything to use {% stylesheet %} and adding the css stuff to the config.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/tjcsl/ion/issues/209#issuecomment-202115129

pefoley2 commented 8 years ago

That's what I said...