sw-class
Use the exact same styling as the class specified
Usage
Input
.elem {
width: 100%;
height: 100%;
}
#elem2 {
sw-class: elem;
}
Output
.elem {
width: 100%;
height: 100%;
}
#elem2 {
width: 100%;
height: 100%;
}