A
A
Andrey2015-05-18 21:11:34
css
Andrey, 2015-05-18 21:11:34

How to make relative urls in Sass like in Less?

For example, it became
scss:

header {
background: url(../../img/bg.png)
}

css:
header {
background: url(../img/bg.png)
}

and how to implement all this in gulp-sass?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Malinochkin, 2015-05-18
@DiAsCrafts

Maybe use a variable?
And Google said that you can look here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question