M
M
Maksim Ivanov2018-10-30 12:09:59
Layout
Maksim Ivanov, 2018-10-30 12:09:59

Why is sass not working?

I have the main index.sass file, besides it I created the _settings.sass file in which I created the $black: #111 variable, so in the index.sass file I included _settings.sass and I try to call the variable from this file, but it gives an error . Tell me how you can call a variable from another file ???
5bd81fccce768069733928.jpeg5bd81fdc98948131268854.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rGradov, 2020-05-15
@rGradov

open index.css.map file and look in 'sources'. Should be something like this:
"sources": [
"index.sass"
"_settings.sass"
],
"names": [],
"file": "index.css"
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question