问题
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