Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Typo3 Neos 是否原生支持元素的响应行为?例如,像 CSS 网格类(col-sm-?? 或 col-md-??)这样的引导程序,或者我可以使用 Neos 通过 hidden-xs 或 visible-md 等定义特定元素的响应可见性吗?
是的,Neos 默认支持。但是需要在 Neos 自己的包 Typo3 中的头文件中包含引导库。Twitter.Bootstrap。NeosDemoTypo3Org 包也使用了内置的引导程序。我希望这是你问的。