zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 904 forks source link

How to overide SCSS files ? #224

Open Toomavic opened 7 years ago

Toomavic commented 7 years ago

After successfully integrate ionic-material with project, I found that there is some design issues

First

In ionic official documentation here , describing how to implement item-thumbnail , and the normal shape should be like this

image

But instead I found that :(

image

Second

In bar element, the normal view for it should be as shown here

image

but instead I found

image

PS

this is how I inserted ionic.material.min.css file, and I tried to put it above ionic.css but same design issues <link href="lib/ionic/css/ionic.css" rel="stylesheet"> <link href="lib/ionic-material/dist/ionic.material.min.css" rel="stylesheet">

I need a safe approach to overide scss file style , or how to remove it!