mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 17:39:49 -04:00
32 lines
946 B
SCSS
32 lines
946 B
SCSS
![]() |
// http://ionicframework.com/docs/v2/theming/
|
||
|
|
||
|
|
||
|
// App Shared Variables
|
||
|
// --------------------------------------------------
|
||
|
// Shared Sass variables go in the app.variables.scss file
|
||
|
@import 'app.variables';
|
||
|
|
||
|
|
||
|
// App Windows Variables
|
||
|
// --------------------------------------------------
|
||
|
// Windows only Sass variables can go here
|
||
|
|
||
|
|
||
|
// Ionic Windows Sass
|
||
|
// --------------------------------------------------
|
||
|
// Custom App variables must be declared before importing Ionic.
|
||
|
// Ionic will use its default values when a custom variable isn't provided.
|
||
|
@import "ionic.wp";
|
||
|
|
||
|
|
||
|
// App Shared Sass
|
||
|
// --------------------------------------------------
|
||
|
// All Sass files that make up this app goes into the app.core.scss file.
|
||
|
// For simpler CSS overrides, custom app CSS must come after Ionic's CSS.
|
||
|
@import 'app.core';
|
||
|
|
||
|
|
||
|
// App Windows Only Sass
|
||
|
// --------------------------------------------------
|
||
|
// CSS that should only apply to the Windows app
|