Answer the question
In order to leave comments, you need to log in
How to convert to text in scss?
I am using this construct:
:host {
.ui-button {
width: 100%;
height: 100%;
$self: &;
:hover {
#{$self}__icon {
display: none;
}
}
}
}
:host {
.ui-button {
width: 100%;
height: 100%;
$self: '.ui-button';
:hover {
#{$self}__icon {
display: none;
}
}
}
}
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