csscss-import

Sequence of css file imported within a css file


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?


Solution

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