estebistec / django-twitter-bootstrap

This package provides a Django app whose static folder contains the sources of Twitter Bootstrap, nothing more and nothing less.
MIT License
64 stars 22 forks source link

Document an example of lessc's --include-path option #16

Closed estebistec closed 10 years ago

estebistec commented 10 years ago

In #15, it became clear that it's not obvious how to use this package, and then be able to @import bootstrap less modules in your own less sources. The short of it is:

To make this more obvious, I will add a simple example of this on the project README, explaining the above points. The example will probably be around using Bootstrap's variables, as that is (sensibly) what many Bootstrap users need so that a customized style theme properly extends to their own less sources.

This issue is complete when the README is updated with this info.