Skip to content

Commit

Permalink
fix css imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matey97 committed May 4, 2022
1 parent c77b95c commit ef37658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/app/app.css
Original file line number Diff line number Diff line change
@@ -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. */
Expand Down

0 comments on commit ef37658

Please sign in to comment.