EGGS
const style = `
.container img {
animation: spin 8s linear 3;
}`;
addToCssInJsFramework(style);
.container img:focus {
outline: none;
}
.container img:focus-visible {
border: 2px dashed green;
}
EGGS
const style = `
.container img {
animation: spin 8s linear 3;
}`;
addToCssInJsFramework(style);
.container img:focus {
outline: none;
}
.container img:focus-visible {
border: 2px dashed green;
}