Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using LESS with template #106

Open
mandy72 opened this issue Feb 21, 2013 · 2 comments
Open

Using LESS with template #106

mandy72 opened this issue Feb 21, 2013 · 2 comments

Comments

@mandy72
Copy link

mandy72 commented Feb 21, 2013

I'm probably just missing something here... but I downloaded and installed the template and added some code to the bswp-custom.less file, but it doesn't seem to show up on my site. I see the file imported on the bootstrapwp.less file. Do I have to add code anywhere to the template to get it to find the less files?

@gpspake
Copy link

gpspake commented Feb 23, 2013

I'm having the same problem. Why is it so difficult to create a child theme and add css to the style.css sheet. I've never had trouble with this before.

@Phonbopit
Copy link

when you edit less file you must recompile the CSS via command line
cd wp-content/themes/rachelbaker-bootstrapwp/css
lessc ./less/bootstrapwp.less > bootstrapwp.css

more detail : http://bootstrap.lesscss.ru/less.html#compiling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants