im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

Documentation about reasons and goals of rewrite? #19

Open joshbenner opened 14 years ago

joshbenner commented 14 years ago

I've been using the "sunny" version of CSScaffold, and loving it. I'm very interested in the current rewrite that is underway. Is there documentation somewhere that highlights the reasons and goals for the rewrite, as we all as pointing out syntax and/or feature differences?

Thanks!

jide commented 14 years ago

From what I can say :

But Anthony Short will probably be more complete than me !

joshbenner commented 14 years ago

When you say "namespaced" -- do you mean PHP 5.3 namespaces?

jide commented 14 years ago

No, it is simply "Scaffold_" being prepended to classes, so instead of having classes named "Constants", it is "Scaffold_Extension" and "Scaffold_Extension_Variables" and so on.