Why simply use PHP variables for dynamic stylesheets?
I've been reading about dynamic stylesheets and have stumbled across
several options, including sass, and less. But my question is why not just
turn my stylesheet.css into stylesheet.css.php and simply use php
variables. Then, I avoid all the dependency issues associated with all
these other approaches.
Am I overlooking some serious problems by doing it this way?
No comments:
Post a Comment