caiobiodere / cordova-template-framework7-vue-webpack

Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Apache License 2.0
620 stars 154 forks source link

The style.css file lost something #142

Closed mingxin-yang closed 5 years ago

mingxin-yang commented 5 years ago

In my home.vue, I use the

<f7-icon slot="media" icon="icon-f7"></f7-icon>

my app.css

.icon-f7 {
  background: url(static/image/f7-icon.png) no-repeat center;
  background-size: cover;
}

But in style.css, I can't find .icon-f7. Why? Is it the problem of webpack? How I solve it?

mingxin-yang commented 5 years ago

Which folder should I put my css file in?