Hi,
I'm trying the lite-showcase example from GitHub and I've came across some things I don't fully understand. For example:
- I've added some different css files depending on we are navigating to normal, mobile or a tablet device.
- If I open the normal page I can see that page with the styles from normal.css. Then if I click on mobile preferences, the page changes and takes the look within mobile.css.
- However, if I navigate back to normal preferences and home page, it seems normal.css isn't apply then. If I import normal.css within the body tag, styles are apply again. But it doesn't seem a good workaround to me.
Any ideas?
Regards.


Reply With Quote
