meenie / munee

Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation
https://munee.herokuapp.com/
MIT License
833 stars 92 forks source link

Parse PHP Variables to CSS and JS #22

Closed nikmauro closed 11 years ago

nikmauro commented 11 years ago

It possible to use inside CSS or JS php Variables?

meenie commented 11 years ago

Hi @nikmauro,

No, it's not possible to do this and I do not believe I will add it unless there is a great case made in favour of it. If you want to use interpolation in your CSS, then I would suggest using LESS and create a config.less file to define mixins that you can use throughout your styles.

Cheers, meenie