Sep
19
19
Calling functions within your CSS files
Topics: Scripts, PHP & MySQL // 0 comments, 1,181 views
I always thought CSS should have a little bit more power, like the use of inline programming functions and dynamic variables. That's exactly why I set out to write my Compression class. On top of compressing the CSS files, saving cached versions and assigning dynamic variables, the class can now call PHP functions that have been written inline within the CSS itself. Continue reading...