5 lines
78 B
SCSS
5 lines
78 B
SCSS
|
@import './tooltip-panel/index';
|
||
|
.tooltip-panel {
|
||
|
@extend %tooltip-panel;
|
||
|
}
|