X
X
Xibalba32021-04-24 11:11:45
css
Xibalba3, 2021-04-24 11:11:45

How to merge scss pieces into one css?

Hello. So far I'm using Prepros and I don't understand how to set the settings and style it all in such a way that I end up with style.css assembled from small blocks? Now style.scss is generated in style.css with similar content:

@import url("../blocks/page-header/page-header.scss");
@import url("../blocks/footer/footer.scss");

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey delphinpro, 2021-04-24
@Xibalba3

no url needed

@import "../blocks/page-header/page-header.scss";
@import "../blocks/footer/footer.scss";

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question