If your CSS file was once rendered and used, the second CSS import will not be used, and I don't think it causes any problems. For instance:
import css 1 import css 2
then you are here <p class="test"> , and this test taken only once for this tag from the css 1 import, and the css 2 import will be imported and will not be used. In this sense, I would say this is only an overhead charge and eats a small amount of time to download a file. I do not see further problems here.
source share