From ef37658e04bc452687df15d718982b8a3cf4f773 Mon Sep 17 00:00:00 2001 From: Miguel Matey Sanz Date: Wed, 4 May 2022 15:50:31 +0200 Subject: [PATCH] fix css imports --- demo/app/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/app/app.css b/demo/app/app.css index c614b20..71ee944 100644 --- a/demo/app/app.css +++ b/demo/app/app.css @@ -1,5 +1,5 @@ -@import "~@nativescript/theme/css/core.css"; -@import "~@nativescript/theme/css/blue.css"; +@import "@nativescript/theme/css/core.css"; +@import "@nativescript/theme/css/blue.css"; /* Place any CSS rules you want to apply on both iOS and Android here. This is where the vast majority of your CSS code goes. */