Skip to content

Commit ee6b3f4

Browse files
author
Pooya Parsa
committed
fix: css import
1 parent f8bc850 commit ee6b3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/templates/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Vue from 'vue'
22

33
// Framework7 Styles
4-
<% if (options.css) { %>import './f7.styles.less'<% } %>
4+
<% if (options.css) { %>import './framework7/f7.styles.less'<% } %>
55
<% if (options.f7IconsSrc) { %>import '<%= options.f7IconsSrc %>'<% } %>
66
<% if (options.mdIconsSrc) { %>import '<%= options.mdIconsSrc %>'<% } %>
77

0 commit comments

Comments
 (0)