0

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?

2
  • This is already answered here and helps you too. Commented Sep 14, 2020 at 7:11
  • I was confused with @importing css files. Commented Sep 14, 2020 at 7:14

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.