5 lines
86 B
SCSS
5 lines
86 B
SCSS
@import './with-tooltip/index';
|
|
%app-view h1 span {
|
|
@extend %with-pseudo-tooltip;
|
|
}
|