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´m currently doing some development with Twitter Bootstrap and want to tweak the .less files. Bootstrap has several .less files (for each UI part one) and one big bootstrap.less which include all the other modules: https://github.com/twitter/bootstrap/tree/master/less I downloaded the Web Workbench, but I just got some syntax highlighting. Because Bootstrap .less is splitted into serveral files, I get many "unkown var" warnings. What I want to know: Is the Pro version of the WorkBench able to deal with the bootstrap.less include model and compile all the bootstrap goodness into one CSS file? That would be awesome! Thanks for your help. |
|
|
Yes, the Pro version compiles bootstrap.less fine. You can also get rid of the 'unknown variable/mixin' warnings by telling Web Workbench that a file is only ever going to be used in the presence of another file using a special directive. This works in the free edition too. For all the info about this see http://www.mindscapehq.com/blog/index.php/2012/04/10/building-twitter-bootstrap-with-web-workbench/ |
|