bassjobsen / jbst

Powerful theme framework that can be used as a standalone website builder or as a framework to create child themes for wordpress build on Twitter's Bootstrap 3. Full customizable with LESS
http://www.jbst.eu/
GNU General Public License v2.0
96 stars 36 forks source link

compiling LESS via theme #115

Closed gegere closed 10 years ago

gegere commented 10 years ago

Hello, Can you help point me in the correct direction for compiling LESS to output the wpless2css.css file?

bassjobsen commented 10 years ago

Hi @gegere

Thanks for you question. I'm happy to help you.

Also see (step 4): https://github.com/bassjobsen/jamedo-bootstrap-start-theme/issues/86#issuecomment-33525619

The most important step in compiling a new version of wpless2css.css is run the compiler.

Appearance > Compiler and press the "Recompile LESS code":

recompile

You can add your custom LESS code into the editor direct or add it to: library/assets/less/custom.less (less/custom.less for child themes) or wpless2css/wpless2css.less (backup when updating the theme!).

Hope this helps? Otherwise please let me know.