Sequence of css file imported within a css file

106 views Asked by At

I have a css file that imports many other css files. What will be sequence of css execution? Which css rules are applied first.? From imported files or the file itself?

1

There are 1 answers

0
Victor Santizo On BEST ANSWER

They will be applied in the order you import them. Imported files first, then the file itself.