I just use Compass with a sample index.html to get the styles right, then punt the generated CSS sideways into whatever project I'm working on. Makes things nice and simple.
If I find a weird corner case where the style breaks, I add that to the index.html as a test case and repeat.