Could some one tell me, is it possible to build an ionic app without using the ionic.css ? . My concern is will it affect the functionality/platform specific actions. (Ex: sliding menues) ?. I just had a quick look on ionic.css and for me it seems like its only handling the styling. So the functionality should not be affected. But I might be missing something.
What I’m trying to do is applying the materializecss (http://materializecss.com/) to my ionic app. it seems like having ionic.css sometimes overrides the styles in materializecss. So I’m thinking removing the ionic.css and add the materializecss.css
I tumble upon this framework called ionicmaterialhttp://ionicmaterial.com/, but unfortunately it seems to be not production ready yet.
If you are talking about overriding some of the css, you can simply quote “materialize.css” later than “ionic.css” (this will give materialize.css higher priority when doing css selection and computing), this is totally a css priority issue.
Hi @moogeek, @windht, thanks for the replies and extremely sorry the late reply, I tried their new release as well, but since it gives too many errors at this time, I decided to let it go. However I havent completed my app yet and I’m hoping to get back to it, when I’m really start doing the UI.
I hope by that time they will have a stable release.