A
A
Arseniy Khudonogov2020-11-27 15:43:13
css
Arseniy Khudonogov, 2020-11-27 15:43:13

How to make the compiled code from sass to css appear at the end of the css file?

Hello!
I am writing an adaptive website in a separate sass code that I imported into the main sass file.
The code that I write in this file is compiled at the beginning of the css file, as a rule, the adaptive code should be at the end of the css file, how can I make it appear at the end? The code that I write in the sass file:
src=" https://habrastorage.org/webt/5f/c0/f3/5fc0f3f4cf0... " alt="image"/>

The same code is compiled at the beginning of the css file:
5fc0f45b9305c485876835.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vanya Guryanov, 2020-11-28
@guryanov_junior

Make a separate sass file for styles and include it in your style.sass above the media query file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question