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