MOBILE-3320 theme: Move styles into theme folder

main
Noel De Martin 2020-11-24 08:49:09 +01:00
parent 6f4d8a8440
commit 88c99be195
2 changed files with 3 additions and 4 deletions

View File

@ -33,10 +33,7 @@
],
"styles": [
{
"input": "src/theme/variables.scss"
},
{
"input": "src/global.scss"
"input": "src/theme/global.scss"
}
],
"scripts": [],

View File

@ -9,6 +9,8 @@
* https://ionicframework.com/docs/layout/global-stylesheets
*/
/* Application styles */
@import "./variables.scss";
/* Core CSS required for Ionic components to work properly */
@import "~@ionic/angular/css/core.css";