Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 324f801

Browse files
EddyVerbruggenrigor789
authored andcommitted
fix: import the default stylesheet (#93)
* Import the stylesheet * Update main.js
1 parent 97512f5 commit 324f801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: template/app/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Vue from 'nativescript-vue'
22
import App from './components/App'
3+
import './styles.scss
34
{{#devtools}}import VueDevtools from 'nativescript-vue-devtools'
45

56
if(TNS_ENV !== 'production') {

0 commit comments

Comments
 (0)