我正在尝试NativeScript-Platform-CSS
,NativeScript FontScale pluggins
,但不支持。
nativescript angular
有什么办法做吗?
答案 0 :(得分:0)
@media screen and (max-width: 1024px){
@import url('assets/css/myStyle.css');
}
@media screen and (max-width: 768px){
@import url('assets/css/myStyle2.css');
}