wp-73k/assets/css/whitelist/icons.css
2019-05-23 10:30:31 -06:00

18 lines
153 B
CSS

.svg-icon {
width: 1em;
height: 1em;
path,
polygon,
rect {
@apply fill-current;
}
circle {
@apply stroke-current;
stroke-width: 1;
}
}