-
Notifications
You must be signed in to change notification settings - Fork 24
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 Compass and Add-Ons #7
Comments
I'll be honest I've not tested it. I assume compass is a bit like bootstrap so you just @import the main dependency and any addons you want. I'm super swamped at the mo (12 hour days!) but I'll try and have a play with it soon. |
I'm also curious about whether it's possible to somehow use Compass with this. |
According to the internet, PHPSass now supports Compass (it is included in the PHPSass repo as an extension: https://github.com/richthegeek/phpsass/tree/master/Extensions). But it appears to require some code to load the extension, which I can't quite figure out. Has anyone set this up with WP-Sass, or directly with PHP-Sass for that matter? The documentation is sparse. |
I've wasted a bunch of time trying to figure this out so far. But I'm gonna put a couple more hours into it. If I can get it working, I'll post my results here. If someone else has figured it out, please let us know. |
Thanks for putting the time in Milo. I'm away at the moment but will take a Robert O'Rourke |
I managed to get it working last night after many hours of tears and sweat, and the help of a friend who is far smarter than me. I'll clean up my code, do a little bit more testing, then see if I can figure out how to make a pull request so everyone can benefit. |
Awesome! Ill be happy to help you with that in any way I can. Robert O'Rourke |
Accidently left those previous comments using my gists only account "facelordgists". I managed to figure out how to do pull requests, and added my code. Hope it works for everyone else. |
Is it possible to use Compass with wp-sass? If so, is there anything special that I need to do or does it just work out of the box?
Similarly, is it possible to use Sass/Compass add ons (like Fancy Buttons) - if so, how?
Thanks in advance :).
The text was updated successfully, but these errors were encountered: