Answer the question
In order to leave comments, you need to log in
Is there a script (program) that can change the less file when the css compiled by it changes?
For example, I compiled css from less.
less
.container-div{
padding: 20px;
a{
color: red;
}
}
сss
.container-div{
padding: 20px;
}
.container-div a{
color: red;
}
сss
.container-div{
padding: 25px;
}
.container-div a{
color: red;
}
less
.container-div{
padding: 25px;
a{
color: red;
}
}
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