Skip to content

Instantly share code, notes, and snippets.

@danielgek
Last active April 19, 2017 11:33
Show Gist options
  • Save danielgek/f048f4b6b0d51f4d04c8b1475ebf1462 to your computer and use it in GitHub Desktop.
Save danielgek/f048f4b6b0d51f4d04c8b1475ebf1462 to your computer and use it in GitHub Desktop.
SASS WEBPACK NATIVESCRIPT
@import '~nativescript-theme-core/scss/light';
@import '~/variables';
$background: $primary;
// ActionBar
$ab-background: $primary;
$ab-color: white ;
@import '~nativescript-theme-core/scss/index';
... rest of css
$primary: #327af3 ;
$accent: #192F74 ;
@import 'app-common';
@import '~nativescript-theme-core/scss/platforms/index.android';
... rest of css
@import 'app-common';
@import '~nativescript-theme-core/scss/platforms/index.ios';
... rest of css
@import "./app-platform.css"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment