This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I've added *.scss file and it generates *.css on save, but how should i generate *.css from *.less? Is it possible not to generate *.css file until it's not empty? I like to use special file for variables and don't need css file for it. Maybe there is some options but i can't find them in vs options... |
|
|
Hi Denis, See http://www.mindscapehq.com/products/web-workbench/getting-started for information about options for using LESS files and why we don't compile them to CSS ourselves. |
|
|
Yes i read. But still don't understand why? I use scenario when i need to minify and merge them into one css. So it's a good option to take a look on scss) it covers my needs. In fact if you add recursive save on sccs that have import keyword it would be even very great! Anyway many thanks that you did it, it's realy cool! |
|