codemonkey-jack / shoestrap-3

A highly customizable WordPress theme with the ability to use multiple CSS frameworks
http://shoestrap.org
MIT License
395 stars 103 forks source link

Using SS with another framework and LESS. #575

Closed thednp closed 10 years ago

thednp commented 10 years ago

Hi.

I want to be able to use Shoestrap with another framework, I don't like Redux for some reasons so I am asking for your help in understanding how your LESS compiler works.

I need a similar compile function, but much more simple. Yours seem to have some framework stuff. Is there a way to get a more simple compile function?

Thank you :)

aristath commented 10 years ago

The "framework" mentioned in the compiler has nothing to do with redux!

It's the CSS framework used... Shoestrap allows you to use different CSS frameworks. By default it uses Bootstrap, but can just as easily use Foundation using a plugin like this one: https://github.com/shoestrap/shoestrap-foundation (still under development, not for production use yet).

What do you plan on using instead of redux if I may ask?

thednp commented 10 years ago

Thank you for reply.

I am using Vafpress, and this makes development work much more easy, provides more features for free and has more clean code, no global variables by default, MVC, looks better in the back-end, it's insane.

https://github.com/vafour/vafpress-framework

I think I am going to use some of your functions into my code. I will let you know if I need any help.

aristath commented 10 years ago

Closing for now