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