javascript - css is getting overridden by .js inserted styles (Alloy UI) -
i have situation .css in head tag getting overridden css that's being inserted dynamically head javascript library.
the .js library automatically appends new .css link end of head tag put on top of styles.
you have several options:
- use different javascript library
- make sure rules have higher specificity ones added library
- learn !important
Comments
Post a Comment