Re: SASS or  LESS may be an option?
							
								
							
							
								Reply #15 – 
							
							
						
					
					
						I think you should do that with a plugin. Node.js has many libraries (gulp, webpack, etc) that handle this for people already. I'd just use webpack and watch the scss dir if I was developing. I wouldn't want to do it manually.
						
						
					
				
				
						
						
							Re: SASS or  LESS may be an option?
							
								
							
							
								Reply #18 – 
							
							
						
					
					
						Mediawiki uses LESS and its parsed when style sheets are combined and such.  Certainly makes minor changes easier...assuming variables are where you need them.