We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Css

Hello there, so here is the problem:

<head> <style type="text/css"></style> <style type="text/css"></style> </head>

Why phalcon adds two empty css tags?

P.s. I have not used any css inculdes by assets manager and other ways. Basically - there is no code for including css



98.9k

Phalcon does not implement a feature that automatically print CSS blocks, maybe double check your views?



9.3k

Okay, just checked my views, searched for any kind of css adding - nothing.

Just generated new project and it`s also adding style tags in head, the question is why?

P.s. Phalcon team, you are doing really great job, this framework is really lightweight and stable :)