political-memory / political_memory

WARNING: this repository has now moved to https://git.laquadrature.net/memopol/memopol
https://memopol.lqdn.fr/
12 stars 2 forks source link

Move from LESS to SCSS #86

Closed njoyard closed 8 years ago

njoyard commented 8 years ago

lesscpy is not fully LESS-compliant. Instead django-libsass relies on libsass, which is a fully compliant C/C++ implementation of SASS/SCSS.

The reason for that change: I came across a lesscpy bug while adding new style to inactive meps, tried to fix it in lesscpy but seeing how poorly written it was made me change my mind - there is no other less implementation that does not require nodejs (actually there is one, but it is even less compliant).

codecov-io commented 8 years ago

Current coverage is 88.65%

Merging #86 into master will increase coverage by 0.01%

@@             master        #86   diff @@
==========================================
  Files            44         44          
  Lines           766        767     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            679        680     +1   
  Misses           87         87          
  Partials          0          0          

Powered by Codecov. Last updated by 0ef69d5...24283c7