mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 17:39:49 -04:00
32 lines
927 B
SCSS
32 lines
927 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 iOS Variables
|
||
|
// --------------------------------------------------
|
||
|
// iOS only Sass variables can go here
|
||
|
|
||
|
|
||
|
// Ionic iOS 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.ios";
|
||
|
|
||
|
|
||
|
// 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 iOS Only Sass
|
||
|
// --------------------------------------------------
|
||
|
// CSS that should only apply to the iOS app
|