Answer the question
In order to leave comments, you need to log in
How to fix error when copying to sass files?
The bottom line is, when I need to copy something into a sass file, it collapses all the lines to one
. I'll give an example.
I need to insert border: none, logically, when copying (Ctrl + V), it should become like this:
.button
background-color: $main-color
border-radius: 10px
border: none
.button background-color: $main-color border-radius: 10px border: none padding: 18px 30px
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question