Or download bootstrap distribution and the less.js file. It is a bad practice to modify external library but better extending it. Here's how
Create a copy of bootstrap.less outside of bootstrap distribution folder. Adjust path on the bootstrap.less @include directives. Create your own variables.less Call that one in your own new bootstrap.less file The new variables.less file should have only variables you want to rewrite. And it should have an include at its top to the original (aka overloading) variables.less file Here you go. Follow lessjs howto to use less and yoi can change colours! Best regards -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
