G
G
Gl0bus2018-11-10 02:39:49
Sass
Gl0bus, 2018-11-10 02:39:49

How to write multiline text-shadow in SASS?

Good afternoon.
How to write a multi-line text-shadow in SASS so that it is placed not on one line, but on several lines (I use SASS for Sublime Text 3, without {;} characters, I copy Koala). Thanks
Now this is
text-shadow: 0 1px 1px #bbb, 0 2px 0 #999, 0 3px 0 #888, 0 4px 0 #777, 0 5px 0 #666, 0 6px 0 #555, 0 7px 0 #444, 0 8px 0 #333, 0 9px 7px #302314
and needed, for readability:
text-shadow:
0 1px 1px #bbb,
0 2px 0 #999,
0 3px 0 #888,
0 4px 0 #777,
0 5px 0 # 666,
0 6px 0 #555,
0 7px 0 #444,
0 8px 0 #333,
0 9px 7px #302314

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Veronica, 2019-03-01
@niktariy

Unfortunately not. This is the essence of Sass, that everything is in one line. If you really need it - do it in SCSS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question