Using ionic to build the application, and I need to display the actual list of tokens:
However, it seems that the framework implements some CSS types reset / magic on <ul> and <li> , so they should be used only as structural elements (for example, a list), and not as a user interface.
I ended up creating my own CSS unordered-list style to give me the interface I need. Is this the right way to do it myself - or does ionic have some kind of CSS style deeply hidden inside that I should have used instead?
ty in advance.
css layout ionic-framework
thinkbigthinksmall
source share