nativescript-theme-christmas

A Vintage Christmas theme for NativeScript apps.

MIT License

Downloads
5
Stars
4
Committers
1

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.scss with:
@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';

Preview