M
M
Mikhail Rudenko2015-05-27 19:56:32
Sass
Mikhail Rudenko, 2015-05-27 19:56:32

How to import import links from sass to css?

There are two sass files, one imports the other with
import 'main';
And as a result, one css file is obtained at the output in which these 2 files are glued together.
How to make it so that the output in css also turns out 2 css files with imports?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2015-05-27
@balion

How to make it so that the output in css also turns out 2 css files with imports?
so you don't need
to include them in html
<head>
   <link rel="stylesheet"  href="1.css">
   <link rel="stylesheet"  href="2.css">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question