1.0.0 • Published 7 years ago

nativescript-theme-christmas v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

NativeScript Theme: christmas

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

Preview

LICENSE

MIT

1.0.0

7 years ago