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