Files
tiptap/docs/src/components/Icon/style.scss
2020-04-23 12:22:59 +02:00

16 lines
189 B
SCSS

.icon {
display: inline-flex;
width: 1.2rem;
height: 1.2rem;
&::v-deep > svg {
width: 100%;
height: 100%;
fill: currentColor;
* {
fill: inherit;
}
}
}