Skip to content
A Vintage Christmas theme for NativeScript apps.
TypeScript JavaScript CSS Shell
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
scripts
.gitignore
LICENSE
README.md
nativescript-theme-christmas.json
nativescript-theme-christmas.md
package.json
references.d.ts
tsconfig.json

README.md

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

Preview

You can’t perform that action at this time.