I have a large CSS file for which I would like to add !important to every CSS property. Is there one-line shortcut to make a whole .css file !important
!important
Is it not possible to move the CSS file link to be the last one being referenced and hence takes precedence over all other CSS files above it?