What version of Foundation is used in cakePHP3?

為{幸葍}努か 提交于 2020-01-13 05:01:11

问题


From an earlier question (Responsive bootstrap designing in CakePHP 3x) I understand that cakePHP3 are using Foundation for front-end framework, but which version (in cakePHP v.3.2)? I'm struggling with a toggled top-bar, that won't open when minimized. There seems to have been some bugs in the 5th version and I'm now wondering if they aren't fixed in the version that cakePHP3 are using.


回答1:


The CakPHP application templates base.css file was last updated with foundation on September the 1st of 2015

https://github.com/cakephp/app/commit/3bf179e04d48c859b4ba411d81607ae25d275b3b

As far as I can tell, this is version 5.5.2. If you need a newer version, then simply don't use the templates default CSS, there is absolutely no need to stick with what ships with the template.

Also you can file an issue on GitHub and suggest an update, or even create pull request and update it yourself.



来源:https://stackoverflow.com/questions/35745049/what-version-of-foundation-is-used-in-cakephp3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!