6 lines
116 B
CSS
6 lines
116 B
CSS
@scope ([data-css='components/layout/footer.css']) {
|
|
:scope {
|
|
height: 40px;
|
|
background-color: gray;
|
|
}
|
|
}
|