sensational / sassphp

PHP bindings to libsass - fast, native Sass parsing in PHP!
Other
229 stars 39 forks source link

Unclear documentation #20

Closed prattcmp closed 9 years ago

prattcmp commented 9 years ago

Your documentation is not very clear.

What is the $source? What is the difference between compile and compile_file? What output do you get after you compile or compile_file? What do you do with that output to put it in a css file?

pilif commented 9 years ago

compile compiles the string that's in the argument. compile_file compiles the file the argument points to.