A Vintage Christmas theme for NativeScript apps
Install
npm i nativescript-theme-christmas --save
Usage
A. CSS:
Insert this at the top of your main css file.
@import 'nativescript-theme-christmas/css/christmas.css';
B. SASS:
- Create
_common.scsswith:
@import 'nativescript-theme-christmas/scss/christmas';
- Inside your
app.ios.scss:
@import 'common';
@import 'nativescript-theme-core/scss/platforms/index.ios';
- Inside your
app.android.scss:
@import 'common';
@import 'nativescript-theme-core/scss/platforms/index.android';