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.
目前我在我的班级上面有这个:
@Import(stylesheet="context:/styles/stylesheet1.css")
但我需要为此页面导入更多样式。
如何使用@Import 导入多个样式表?
找到了解决方案:
@Import(stylesheet = {"path-to-stylesheet","path-to-stylesheet"})