0

My question is related to Twitter Bootstrap Customization Best Practices

I'm using roots framework for a wordpress website.What are the best practices to modify roots/twitter bootstrap.For example,I want to change text colors like anchor,h1,h2 etc..,

Do I need to edit variables.less and recompile everything.

or

Add another custom.less file with the variables and import into bootstrap.less

Community
  • 1
  • 1
blakcaps
  • 2,647
  • 10
  • 46
  • 71

1 Answers1

0

This is better asked on the LESS Github page, but for better forward compatibility, I'd suggest creating a new .less file and add that path onto the end of bootstrap.less. Then, use a tool like Codekit to compile.

Zach
  • 1,185
  • 3
  • 24
  • 60