【发布时间】:2019-04-02 10:16:18
【问题描述】:
我使用
初始化了一个新项目tns create <project_name> --vue
所以我有文件~/App/app.scss
// Import app variables
@import 'app-variables';
// Import the theme’s main ruleset - both index and platform specific.
@import '~nativescript-theme-core/scss/index';
@import '~nativescript-theme-core/scss/platforms/index.android';
// Import common styles
@import 'app-common';
我想尝试其中一个主题,例如“浅绿色”或“棕色”。
我必须添加和/或更改什么?
【问题讨论】:
标签: nativescript-vue