Has anyone started using either…
http://twitter.github.com/bootstrap/or
http://compass-style.org/Or on that note, had any experience with the popular css preprocessors (ie SASS or LESS )? I’m curious if these are really beneficial or if the overhead is a burden. (ie server side compiling setup for LESS vs SASS ’s ruby requirements). I’ve stuck to a manual workflow thus far, but thinking of harnessing some of these – especially something like http://semantic.gs/.
Nobody?
Bootstrap looks awesome but I think I’ll just use it as a check list for the things I need to include in my themes rather than using their assets directly. 
I use LESS . It is easy to compile it server side using lessphp, or on desktop with less app (Mac only).
- Beta Tester
- Bought between 10 and 49 items
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- Referred between 1 and 9 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 1 000 and 5 000 dollars
I’ve started using Compass all the time now. The built in mixins and CSS compression are really handy. Bootstrap also looks interesting. Definitely on my list of things to look into.
Bootstrap looks very interesting. Definitely going to check it out some time or later. Thanks for the info.
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 1 and 9 items
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
jakubt said
I use LESS . It is easy to compile it server side using lessphp, or on desktop with less app (Mac only).
I didn’t know about lessphp. I’ll be looking into this combination. LESS may have fewer capabilities than SASS , Compass, etc. but I think simplicity is good in this situation.
Parallelus said
jakubt saidI didn’t know about lessphp. I’ll be looking into this combination. LESS may have fewer capabilities than SASS , Compass, etc. but I think simplicity is good in this situation.
I use LESS . It is easy to compile it server side using lessphp, or on desktop with less app (Mac only).
Lessphp looks great – I’ll have to look into that over using node.js. A co-worker of mine is fairly vocal in his opinion that SASS is better than LESS . He feels the syntax of LESS is too similar to css and can be a pain to differentiate between them, while SASS has just enough of a difference to keep it clear what is and isn’t preprocessor stuff.
Parallelus said
jakubt saidI didn’t know about lessphp. I’ll be looking into this combination. LESS may have fewer capabilities than SASS , Compass, etc. but I think simplicity is good in this situation.
I use LESS . It is easy to compile it server side using lessphp, or on desktop with less app (Mac only).
Just note that lessphp does not support all LESS features (for example color calculations are not supported)

